Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Tetralux/odin.vim
- Owner: Tetralux
- License: mit
- Created: 2017-02-16T03:05:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T12:50:18.000Z (5 months ago)
- Last Synced: 2024-07-28T14:13:03.245Z (5 months ago)
- Topics: gingerbill, highlighting, odin, syntax, vim
- Language: Vim Script
- Homepage:
- Size: 155 KB
- Stars: 45
- Watchers: 1
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-odin - Vim
- awesome-odin - Vim
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` |