[NEW] Python language grammar now supports Python 2.5. * Scoping for all possible strings. Raw strings the regex grammar included. * Scoping for all different numeric types. Integer (regular and long), float, and complex. Even scoped octal, hex, and decimal integers seperately. * Operator scoping. * Class scoping for old and new style classes. When inheriting from builtin types, the builtin names will have the correct scope even though they are are being inherited. * Scoping for functions revised. When writing a 'magic' method, the method name will get the correct scope. * Decorator scoping revised. * Scoped the keywords (class|def|lambda|global) as storage.type instead of keyword.something. * Scoped lists. * Scoped dictionaries. * Punctuation scoping throughout.
Changed: D trunk/Bundles/Python.tmbundle/Syntaxes/Python.plist A trunk/Bundles/Python.tmbundle/Syntaxes/Python.tmLanguage _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/mailman/listinfo/textmate-dev
