package publish

This commit is contained in:
Vanessa McHale 2017-11-16 21:04:12 -06:00
parent b20a46496e
commit 9cf85095e8
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,6 @@ if !exists('main_syntax')
let main_syntax = 'ats'
endif
syn match atsIncludes '\v^#include.*$'
"
" lexical
"
@ -52,6 +50,7 @@ syn match atsFloat display contained "\d\+e[-+]\=\d\+\>"
syn match atsOctalError display contained "0\o*[89]\d*"
syn case match
syn region atsIncludes oneline start='\v^\#include' end='"'
syn match atsIdent "[A-Za-z_][0-9A-Za-z_\']*"
" embedded C