mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-21 06:54:22 +01:00
Allow mixed-case (camelCase) variable and class names
This commit is contained in:
parent
19cccbd6fc
commit
b43c9ce66e
@ -93,11 +93,11 @@
|
||||
|
||||
:variable Var
|
||||
* idle noeat
|
||||
"a-z0-9_" variable
|
||||
"a-zA-Z0-9_" variable
|
||||
|
||||
:type Type
|
||||
* idle noeat
|
||||
"a-z0-9_" type
|
||||
"a-zA-Z0-9_" type
|
||||
|
||||
:ident Idle
|
||||
* idle noeat strings
|
||||
|
Loading…
Reference in New Issue
Block a user