Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Tetralux/odin.vim

Vim syntax highlighting for Ginger Bill's programming language, Odin. Derived from jansedivy's jai.vim.
https://github.com/Tetralux/odin.vim

gingerbill highlighting odin syntax vim

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Odin.vim
Syntax highlighting for [Ginger Bill's](https://www.youtube.com/user/GingerGames) programming language, Odin.
Derived from [jansedivy's jai.vim](https://github.com/jansedivy/jai.vim).

### What it looks like. (In cmd.exe, anyway.)
![Screenshot](odin.vim.png)

## Installation

Simply clone the repository into your Vim's package directory. (Vim must be installed from https://www.vim.org.)
If using [Pathogen](https://github.com/tpope/vim-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` |