mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
puppet: add some keywords and disallow uppercase in identifiers
This commit is contained in:
parent
4556588a71
commit
465900fefa
@ -79,20 +79,23 @@
|
||||
|
||||
:variable Var
|
||||
* idle noeat
|
||||
"a-zA-Z0-9_:" variable
|
||||
"a-z0-9_" variable
|
||||
|
||||
:type Type
|
||||
* idle noeat
|
||||
"a-zA-Z0-9_" type
|
||||
"a-z0-9_" type
|
||||
|
||||
:ident Idle
|
||||
* idle noeat strings
|
||||
"case" kw
|
||||
"class" kw
|
||||
"define" kw
|
||||
"else" kw
|
||||
"elsif" kw
|
||||
"false" kw
|
||||
"if" kw
|
||||
"in" kw
|
||||
"inherits" kw
|
||||
"true" kw
|
||||
"undef" kw
|
||||
# prominent attrs
|
||||
|
Loading…
Reference in New Issue
Block a user