Vim support for various languages.
Vim-Lang-Exts currently supports:
- x86 Assembly
- Ruby
- Scheme
If you would like another of your favourite languages supported, or find a glitch, create an issue. Or send a pull request. Don't be shy.
- Download this repo.
- Using Pathogen, transfer the contents of directory
linux/
to~/.vim/
. - You're done!
- Download this repo.
- Transfer the contents of the folder
linux/docs/
to~/.vim/docs/
. - Transfer
linux/ftdetect/ftdetect.vim
to~/.vim/ftdetect/
. - Transfer the contents of the folder
linux/ftplugin/
to~/.vim/ftplugin/
. - You're ready!
- Download this repo.
- Transfer the contents of the folder
windows/
toC:\Program Files\Git\share\vim\vim73\syntax\
. - That's it!
- Highlights keywords within comments (low priority)
- Highlights capitals within indentifiers (moderate priority)
- Does not highlight numbers (high priority, cause unknown)