package publish
This commit is contained in:
parent
3890af74ea
commit
611794686c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ syn match atsArrow '=/=>'
|
|||
syn region atsArrow start="=<" end=">" contains=arrowContents
|
||||
syn region atsArrow start="-<" end=">"
|
||||
|
||||
syn keyword atsType void bool string char int uint uint8 uint32 uint16 int8 int32 int16 charNZ strnptr Strptr0 Strptr1 nat lint ulint double float
|
||||
syn keyword atsType void bool string char int uint uint8 uint32 uint16 int8 int32 int16 charNZ strnptr Strptr0 Strptr1 nat lint ulint double float size_t
|
||||
syn keyword atsType datavtype datatype vtypedef dataviewtype viewtypdef typedef view viewdef dataview abstype absvtype absviewtype absview datasort dataprop type viewtype vtype
|
||||
syn keyword atsType absimpl
|
||||
syn keyword atsType implement primplmnt extern
|
||||
|
|
Loading…
Reference in a new issue