jonjamz / ss-gedit

Gedit syntax highlighting files (.lang) for SocketStream -- Jade, Stylus, CoffeeScript.
0 stars 0 forks source link

jade highlighter incorrectly identifies comma as error #1

Open SomeKittens opened 11 years ago

SomeKittens commented 11 years ago

I'm using the latest version of Jade, and one needs to include commas between attributes or get an unexpected identifier error. However, the highlighter claims that these commas are wrong, labeling them red.

Example:

input(name='username', type='text')

Is legal, but the , is highlighted in red.

jonjamz commented 11 years ago

Ah, I'll have to check if there's a newer version of the highlighter out. Hopefully that will fix the problem. I think I can get to it tomorrow. Thanks!

SomeKittens commented 11 years ago

While we're at it, it also yells at me for having plain text parens:

p Hi!  This is some example text (to show you the problem).

^ the words to show you the problem are red.