mirror of
https://github.com/cmur2/joe-syntax.git
synced 2025-07-17 17:11:19 +02:00
Allow mixed-case (camelCase) variable and class names
This commit is contained in:
@ -93,11 +93,11 @@
|
|||||||
|
|
||||||
:variable Var
|
:variable Var
|
||||||
* idle noeat
|
* idle noeat
|
||||||
"a-z0-9_" variable
|
"a-zA-Z0-9_" variable
|
||||||
|
|
||||||
:type Type
|
:type Type
|
||||||
* idle noeat
|
* idle noeat
|
||||||
"a-z0-9_" type
|
"a-zA-Z0-9_" type
|
||||||
|
|
||||||
:ident Idle
|
:ident Idle
|
||||||
* idle noeat strings
|
* idle noeat strings
|
||||||
|
Reference in New Issue
Block a user