From 011d9d3067e8d397ee34151613c1cf63724516fd Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sun, 5 Nov 2017 10:29:49 -0600 Subject: [PATCH] package publish --- syntax/ats.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/syntax/ats.vim b/syntax/ats.vim index b2ad758..e5e517a 100644 --- a/syntax/ats.vim +++ b/syntax/ats.vim @@ -84,6 +84,7 @@ syn keyword atsKeyword prval praxi datasort syn keyword atsSorts bool char int prop type view viewtype +syn match atsSpecial '\\n' syn keyword atsTypes string float double void syn match atsSym "[%&+-\./:=@~`^|*!$#?]+\|[%&+-\./:=@~`^|*<>]+" @@ -110,7 +111,8 @@ syn region atsPreProc matchgroup=atsPreCondit start="^\s*\(%:\|#\)\s*\(pragma\> command! -nargs=+ AtsHiLink hi def link " includes -hi def link atsIncludes Special +AtsHiLink atsIncludes Special +AtsHiLink atsSpecial Special " comments AtsHiLink atsCommentStart atsComment