Autocompleiton and friends
This commit is contained in:
parent
4c5dfe3ea5
commit
d07c351677
13 changed files with 167 additions and 79 deletions
|
|
@ -13,7 +13,7 @@ syntax keyword nimKeyword let const var static
|
|||
syntax keyword nimKeyword addr asm atomic bind cast defer discard
|
||||
syntax keyword nimKeyword do expr stmt end generic mixin iterator
|
||||
syntax keyword nimKeyword typedesc openarray out ptr ref return using
|
||||
syntax keyword nimKeyword varargs with without yield
|
||||
syntax keyword nimKeyword varargs with without yield nil
|
||||
|
||||
syntax keyword nimRepeat for while
|
||||
syntax keyword nimBoolean true false
|
||||
|
|
@ -144,7 +144,7 @@ highlight link nimConditional Conditional
|
|||
highlight link nimConstant Constant
|
||||
highlight link nimDefine Define
|
||||
highlight link nimException Exception
|
||||
highlight link nimGlobal Constant
|
||||
highlight link nimGlobals Constant
|
||||
highlight link nimInclude Include
|
||||
highlight link nimLabel Label
|
||||
highlight link nimMacro Macro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue