Skip to content

A Vim syntax plugin for the Cone programming language

License

Notifications You must be signed in to change notification settings

ianxek/cone.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cone.vim

Syntax highlighting for Jonathan Goodwin's programming language, Cone. Derived from tetralux' odin.vim

What it looks like in Iterm on Mac with Vim's colorscheme desert256

Screenshot

A tip to refresh the syntax highlightig

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.

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 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.

Options

Some options are available in the file cone.vim/syntax/cone.vim, search for the word "OPTIONS" : just comment-out as needed.

About

A Vim syntax plugin for the Cone programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published