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=">"