From b9f1cf562d368135f9aeaed235a3d32395f28f91 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sun, 29 Jul 2018 01:24:32 -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 bff3d58..d0c3552 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 as lam llam fix raise of var val prval if then else addr let in begin end when where local while for prvar syn keyword atsKeywordTwo case ifcase scase -syn keyword atsKeyword stadef sta stacst assume macdef +syn keyword atsKeyword stadef sta stacst assume macdef exception syn match atsKeyword "\v[\%\+\-\<\>\=!\:\~]+"