Hi,

I've created a new language grammar -- with quite a bit of luck. Line comments start with a $ sign in this language, and there are no block comments. I've managed to get the regexp right for syntax highlighting of the comments, however when I C+/ to toggle a line as comment, it still uses C-style comments.

How do I convince textmate to use the correct line comment character?

Thanks in advance,
Ozgur