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
1 changed files with 2 additions and 2 deletions

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