mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Merge pull request #7 from eeisenhart/master
Allow mixed-case (camelCase) variable and class names
This commit is contained in:
commit
323b32967c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user