From d96d049ba0921d0d1b00b07b1c76d1ce1a9d1836 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Fri, 23 Mar 2018 14:07:27 -0500 Subject: [PATCH] package publish --- syntax/ats.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/ats.vim b/syntax/ats.vim index 3ee53ce..eaf1e67 100644 --- a/syntax/ats.vim +++ b/syntax/ats.vim @@ -27,7 +27,7 @@ syn match atsKeyword "\v[\%\+\-\<\>\=!\:\~]+" syn keyword atsFixity infixr infixl prefix postfix syn keyword arrowContents cloref1 cloptr1 lincloptr cloref cloptr -syn match arrowContents '\/' +syn match atsArrow '=/=>' syn region atsArrow start="=<" end=">" contains=arrowContents syn region atsArrow start="-<" end=">"