package publish

This commit is contained in:
Vanessa McHale 2017-11-16 21:06:01 -06:00
parent 044e8911e0
commit 46f80e6c58
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +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='#include' end='"'
syn region atsIncludes oneline start='include' end='"'
syn match atsIdent "[A-Za-z_][0-9A-Za-z_\']*"
" embedded C