[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
MoonScript support for vim
Vim script
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
colors start creating moon theme Sep 18, 2014
ftdetect
ftplugin
indent
syntax patch fixes #8 Nov 22, 2016
README.md

README.md

moonscript-vim

Adds syntax highlighting and indent support for MoonScript in vim.

Install

Using 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

  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 https://github.com/kchmck/vim-coffee-script project. I copied the syntax and indent code as a starting point.