odin.vim icon indicating copy to clipboard operation
odin.vim copied to clipboard

Vim syntax highlighting for Ginger Bill's programming language, Odin. Derived from jansedivy's jai.vim.

Odin.vim

Syntax highlighting for Ginger Bill's programming language, Odin. Derived from jansedivy's jai.vim.

What it looks like. (In cmd.exe, anyway.)

Screenshot

Installation

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.

Optional features

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