package publish

This commit is contained in:
Vanessa McHale 2018-03-23 14:05:57 -05:00
parent 75fc5c1157
commit 13294214a2
1 changed files with 1 additions and 0 deletions

View File

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