This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Prismo.vim | |
" version of vim-prismo I took a crack at reimplimenting | |
" https://github.com/guywald1/vim-prismo | |
" | |
" Options: | |
" 'commentstring' - See :h 'commentstring'. Can use b:commentstring to override | |
" g:prismo_dash - padding character defaults to dash | |
" g:prismo_toupper - transform the title to uppercase (default to 1) | |
" b:prismo_width - width of header default to 'textwidth' or 80 if 'textwidth' is 0 | |
" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command-shift-P > Package > Package Generator: Generate Syntax Theme > mypackage | |
cd ~/.atom/packages/mypackage | |
apm login | |
apm develop mypackage | |
cd ~/github/mypackage | |
sudo chown -R username:wheel . | |
git commit -a -m 'checking everything in' | |
apm publish --tag v2.5.0 minor |