Syntax highlighting for Ginger Bill's programming language, Odin. Derived from jansedivy's jai.vim.
Simply clone the repository into your Vim's package directory. (Vim must be installed from https://www.vim.org.)
If using Pathogen, clone it into the bundle
folder within Vim's package directory, instead.
Note that the package directory is located in %USERPROFILE%\vimfiles
on Windows,
and ~/.vim
on Unix.
Not everyone wants certain features, like function call highlighting.
You can enable or disable the relevant features by searching the repository for the appropriate code tags, and commenting out the adjacent lines.
The Vim comment character is "
.
Description | Code tag to search for |
---|---|
Function call and declaration highlighting | :FunctionHighlighting |