1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2025-04-10 06:23:42 +02:00

Allow mixed-case (camelCase) variable and class names

This commit is contained in:
Eric Eisenhart 2014-05-07 17:07:51 -07:00
parent 19cccbd6fc
commit b43c9ce66e

View File

@ -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