Temp
This commit is contained in:
parent
c91668c8a9
commit
6b16dade7c
20 changed files with 207 additions and 90 deletions
|
|
@ -1,3 +1,6 @@
|
|||
scriptencoding utf-8
|
||||
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
scriptencoding utf-8
|
||||
|
||||
|
||||
syntax keyword nimoTypes Types
|
||||
syntax keyword nimoCallables Callables
|
||||
syntax keyword nimoCallables Routines
|
||||
syntax keyword nimoConstants Constants
|
||||
syntax keyword nimoGlobals Globals
|
||||
syntax keyword nimoImports Imports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue