From b43c9ce66e6cf761e9a45187f87e7718b9be90c6 Mon Sep 17 00:00:00 2001 From: Eric Eisenhart Date: Wed, 7 May 2014 17:07:51 -0700 Subject: [PATCH] Allow mixed-case (camelCase) variable and class names --- puppet.jsf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/puppet.jsf b/puppet.jsf index 29ddeed..3a8e9e4 100644 --- a/puppet.jsf +++ b/puppet.jsf @@ -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