From c6f4c395f3b5d29ea9499bba3699ba66cb1b5472 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Mon, 2 Apr 2018 14:33:04 -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 0a8b53d..e943537 100644 --- a/syntax/ats.vim +++ b/syntax/ats.vim @@ -20,7 +20,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 assume +syn keyword atsKeyword stadef sta stacst assume macdef syn match atsKeyword "\v[\%\+\-\<\>\=!\:\~]+"