package publish
This commit is contained in:
parent
6f057c6da9
commit
7a47004f48
1 changed files with 2 additions and 2 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 display oneline start='#include' end='"' contains=atsStringDenot
|
syn region atsIncludes oneline start='#include' end='"' contains=atsStringDenot
|
||||||
syn match atsIdent "[A-Za-z_][0-9A-Za-z_\']*"
|
syn match atsIdent "[A-Za-z_][0-9A-Za-z_\']*"
|
||||||
|
|
||||||
" embedded C
|
" embedded C
|
||||||
|
@ -81,7 +81,7 @@ syn keyword atsExternal extern implement
|
||||||
syn keyword atsKeyword symintr overload with
|
syn keyword atsKeyword symintr overload with
|
||||||
syn keyword atsKeyword prval praxi datasort
|
syn keyword atsKeyword prval praxi datasort
|
||||||
|
|
||||||
syn keyword atsSorts bool char int prop type view viewtype
|
syn keyword atsSorts bool char int prop type view viewtype nat
|
||||||
|
|
||||||
syn keyword atsTypes string float double void
|
syn keyword atsTypes string float double void
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue