[SVN] r11625 (Groovy)
GitHub Mirror
github at textmate.org
Thu Jun 11 07:38:11 UTC 2009
Require constructors to start with a [A-Z_].
This is probably insufficient long term as this is not a requirement of the language. What probably needs to be done is that we treat constructors differently to methods (because they don't need a type or modifier and can look just like method calls) and only allow them in a class body and not after “=”.
Changed:
U trunk/Bundles/Groovy.tmbundle/Syntaxes/Groovy.tmLanguage
More information about the textmate-dev
mailing list