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