[SVN] Bundle commit 444
Allan Odgaard
allan at macromates.com
Tue Mar 8 20:39:33 UTC 2005
On Mar 8, 2005, at 21:37, Kumar McMillan wrote:
>> Is this verbatim parentheses matching? or nested parentheses?
> it's in a nested pattern for "comments.block.php"
> If I change it to foregroundColor[1] = "#777777";
> the whole syntax dies. But I didn't have much time to futs with it
> beyond that.
Ah, when you use non-letters in the key name, you need to quote it,
like:
"foregroundColor[1]" = "#777777";
More information about the textmate-dev
mailing list