From de0d73f45edce3cfaf6c791225a08e69f47dffcf Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Mon, 26 Feb 2018 18:14:55 -0600 Subject: [PATCH] package publish --- syntax/ats.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/ats.vim b/syntax/ats.vim index 10727af..6f5bf1f 100644 --- a/syntax/ats.vim +++ b/syntax/ats.vim @@ -29,6 +29,7 @@ syn keyword atsFixity infixr infixl prefix postfix syn keyword arrowContents cloref1 cloptr1 lincloptr cloref cloptr 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