From a17576687217a2e8066356cc211afb99b5de65e8 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Mon, 23 Mar 2020 19:13:43 -0500 Subject: [PATCH] Add ullint + llint types --- syntax/ats.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/ats.vim b/syntax/ats.vim index 4d1016d..6ee3c5c 100644 --- a/syntax/ats.vim +++ b/syntax/ats.vim @@ -37,7 +37,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 size_t +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 llint ullint syn keyword atsType datavtype datatype vtypedef dataviewtype viewtypdef typedef view viewdef dataview abstype absvtype absviewtype absview datasort dataprop type viewtype vtype propdef prop syn keyword atsType absimpl absprop syn keyword atsType implement primplmnt extern