- Notifications
You must be signed in to change notification settings - Fork7
MoonScript support for vim
NotificationsYou must be signed in to change notification settings
leafo/moonscript-vim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Adds syntax highlighting and indent support for MoonScript in vim.
UsingVundle
Add the following to your
.vimrcwhere other bundles are located:Plugin 'leafo/moonscript-vim'Run from command line:
$ vim +PluginInstall +qall
Usingpathogen
Check out the repository into your bundle path:
$ cd ~/.vim/bundle $ git clone git://github.com/leafo/moonscript-vim.git
Check out the repository and copy the following to
.vim/directory or anyother run time path, keeping their directory structure intact:syntax/moon.vim indent/moon.vim ftdetect/moon.vim
Special thanks to thehttps://github.com/kchmck/vim-coffee-script project. Icopied the syntax and indent code as a starting point.
About
MoonScript support for vim
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.