https://github.com/leafo/moonscript-vim
MoonScript support for vim
https://github.com/leafo/moonscript-vim
Last synced: 6 months ago
JSON representation
MoonScript support for vim
- Host: GitHub
- URL: https://github.com/leafo/moonscript-vim
- Owner: leafo
- Created: 2011-08-14T03:02:07.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T12:54:18.000Z (about 9 years ago)
- Last Synced: 2025-02-23T08:13:51.329Z (10 months ago)
- Language: VimL
- Homepage: http://moonscript.org
- Size: 23.4 KB
- Stars: 102
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# moonscript-vim
Adds syntax highlighting and indent support for MoonScript in vim.
## Install
### Using [Vundle](https://github.com/gmarik/vundle)
1. Add the following to your `.vimrc` where other bundles are located:
Plugin 'leafo/moonscript-vim'
2. Run from command line:
$ vim +PluginInstall +qall
### Using [pathogen](https://github.com/tpope/vim-pathogen)
1. Check out the repository into your bundle path:
$ cd ~/.vim/bundle
$ git clone git://github.com/leafo/moonscript-vim.git
### Normal
1. Check out the repository and copy the following to `.vim/` directory or any
other run time path, keeping their directory structure intact:
syntax/moon.vim
indent/moon.vim
ftdetect/moon.vim
## Thanks
Special thanks to the project. I
copied the syntax and indent code as a starting point.