package publish

This commit is contained in:
Vanessa McHale 2018-04-09 20:59:39 -05:00
parent 713cf006c7
commit 50c18ae91c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ syn match atsChar "\v'.'"
syn match atsChar "\v'.*'" contains=atsSpecial
syn include @c syntax/c.vim
syn region cBlock matchgroup=atsCBlock start="(%{\|%{^\|%{#" end="%}" contains=@c
syn region cBlock matchgroup=atsCBlock start="%{\|%{^\|%{#" end="%}" contains=@c
highlight link Conceal Keyword
highlight link atsBool Boolean