[SVN] r8549 (C#)
Michael Sheets
mummer at whitefalls.org
Mon Nov 26 09:34:15 UTC 2007
On Nov 26, 2007, at 3:22 AM, Matthew Winter wrote:
> Changed scope name from "source.c#" to "source.cs" since # in scope
> names will become illegal from 2.0
You missed the trailing scopes in the grammar.
Just a note for everyone about the illegal characters in a scope: ,()&|
[]:"'{}<>*?=^;# are the illegal characters. Starting now, not in
2.0. :) The language grammar will highlight these as illegal, however
the validate_bundle command will not yet catch them.
More information about the textmate-dev
mailing list