Syntax highlighting for Jonathan Goodwin's programming language, Cone. Derived from tetralux' odin.vim
Remember that sometimes, like when pasting many lines of code in a block comment marked by /*
and */
, the highlighting
might need a little refreshing : in that case use vim's :redraw
which shortcut is Ctrl-L
.
Simply clone the repository into your Vim's package directory. (Vim must be installed from https://www.vim.org.)
If using Pathogen, clone it instead into the bundle
folder within Vim's package directory.
Note that the package directory is located in %USERPROFILE%\vimfiles
on Windows,
and ~/.vim
on Unix/Mac.
Some options are available in the file cone.vim/syntax/cone.vim
, search for the word "OPTIONS" : just comment-out as needed.