package publish
This commit is contained in:
parent
f4b51d4bfd
commit
cf639710ca
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ syn region atsArrow start="=<" end=">" contains=arrowContents
|
|||
syn region atsArrow start="-<" end=">" contains=arrowContents
|
||||
|
||||
syn keyword atsType void bool string char int uint charNZ strnptr Strptr0 Strptr1 nat
|
||||
syn keyword atsType datavtype datatype vtypedef dataviewtype viewtypdef typedef
|
||||
syn keyword atsType datavtype datatype vtypedef dataviewtype viewtypdef typedef view viewdef
|
||||
syn keyword atsType implement primplmnt extern
|
||||
|
||||
syn match atsParens "[()]"
|
||||
|
|
Loading…
Reference in a new issue