# moonscript-vim **Repository Path**: mirrors_leafo/moonscript-vim ## Basic Information - **Project Name**: moonscript-vim - **Description**: MoonScript support for vim - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.