1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-12-21 16:54:23 +01:00

Merge pull request #7 from eeisenhart/master

Allow mixed-case (camelCase) variable and class names
This commit is contained in:
Christian Nicolai 2014-05-08 09:44:48 +02:00
commit 323b32967c

View File

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