package publish
This commit is contained in:
parent
42f0c0f6dd
commit
de0d73f45e
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ syn keyword atsFixity infixr infixl prefix postfix
|
||||||
syn keyword arrowContents cloref1 cloptr1 lincloptr cloref cloptr
|
syn keyword arrowContents cloref1 cloptr1 lincloptr cloref cloptr
|
||||||
|
|
||||||
syn region atsArrow start="=<" end=">" contains=arrowContents
|
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 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
|
||||||
|
|
Loading…
Reference in a new issue