From af2dd5e774f4ff5b9085722ee1fc7022f28179f7 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Fri, 23 Mar 2018 14:06:33 -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 f085262..3ee53ce 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 arrowContents '\/' syn region atsArrow start="=<" end=">" contains=arrowContents syn region atsArrow start="-<" end=">"