package publish
This commit is contained in:
parent
9cf85095e8
commit
044e8911e0
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ syn match atsFloat display contained "\d\+e[-+]\=\d\+\>"
|
||||||
syn match atsOctalError display contained "0\o*[89]\d*"
|
syn match atsOctalError display contained "0\o*[89]\d*"
|
||||||
syn case match
|
syn case match
|
||||||
|
|
||||||
syn region atsIncludes oneline start='\v^\#include' end='"'
|
syn region atsIncludes oneline start='#include' end='"'
|
||||||
syn match atsIdent "[A-Za-z_][0-9A-Za-z_\']*"
|
syn match atsIdent "[A-Za-z_][0-9A-Za-z_\']*"
|
||||||
|
|
||||||
" embedded C
|
" embedded C
|
||||||
|
|
Loading…
Reference in a new issue