zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 48 forks source link

Allow camelCase properties in templates #154

Open wookayin opened 10 years ago

wookayin commented 10 years ago

e.g. Allow

${method.returnType}

as well as (backward compatibility)

${Method.ReturnType}

The camelCase is a de-facto-standard in template languages, right?