Allow mixed-case (camelCase) variable and class names

This commit is contained in:
Eric Eisenhart 2014-05-07 17:07:51 -07:00
父節點 19cccbd6fc
當前提交 b43c9ce66e
共有 1 個文件被更改,包括 2 次插入2 次删除

查看文件

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