package publish

This commit is contained in:
Vanessa McHale 2018-02-26 18:53:16 -06:00
parent f4b51d4bfd
commit cf639710ca
1 changed files with 1 additions and 1 deletions

View File

@ -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 "[()]"