fizruk / intelib_vim

Vim files helping write code with InteLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim files for InteLib

Syntax files for InteLib Lisp are included in C++ syntax file as follows:

syn include @ilisp syntax/ilisp.vim
syn region intelibLispRegion start=+(L|+ end=+)+ contains=intelibLispRegion,@ilisp

So you can use your own C++ syntax file and just include these two lines to add InteLib Lisp highlighting.

Have fun!

Screenshots (for solarized colorscheme)

isomorph

fibs

reverse

About

Vim files helping write code with InteLib


Languages

Language:Vim Script 100.0%