Allow mixed-case (camelCase) variable and class names

このコミットが含まれているのは:
Eric Eisenhart 2014-05-07 17:07:51 -07:00
コミット 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