From e1b69659a8f3cc7f8dee10ebb5bec2007232bb27 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Fri, 2 Mar 2018 02:25:45 -0600 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 6d34f62..309b21e 100644 --- a/syntax/ats.vim +++ b/syntax/ats.vim @@ -21,7 +21,7 @@ syn region atsString start=+"+ end=+"+ contains=atsSpecial syn keyword atsKeyword staload dynload overload with fun symintr include fn fnx and prfun prfn praxi castfn sortdef syn keyword atsKeyword lam llam fix raise of var val prval if then else addr let in begin end syn keyword atsKeywordTwo case ifcase -syn keyword atsKeyword stadef sta stacst +syn keyword atsKeyword stadef sta stacst assume syn match atsKeyword "\v[\%\+\-\<\>\=!\:\~]+"