This commit is contained in:
baabelfish 2016-02-11 09:37:12 +02:00
commit 464532e034
4 changed files with 42 additions and 12 deletions

View file

@ -8,6 +8,7 @@ syntax keyword nimoGlobals Globals
syntax keyword nimoImports Imports
syntax match nimoSeparator "[»()<>\[\]]"
syntax match nimoActive "«»\s.*$"
syntax match nimoDetail "(\(\w\+\))"
hi link nimoConstants Constant
@ -24,6 +25,7 @@ hi link nimoProcs Function
hi link nimoTemplates Function
hi link nimoTypes Type
hi link nimoSeparator Comment
hi link nimoActive Typedef
hi link nimoTypes Type
hi link nimoCallables Function