From 13294214a2bea653fce6bc830cf7ab40c66d2f38 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Fri, 23 Mar 2018 14:05:57 -0500 Subject: [PATCH] package publish --- syntax/ats.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/ats.vim b/syntax/ats.vim index fa197d5..f085262 100644 --- a/syntax/ats.vim +++ b/syntax/ats.vim @@ -27,6 +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 region atsArrow start="=<" end=">" contains=arrowContents syn region atsArrow start="-<" end=">"