CodaFi / LOLCODE.tmLanguage

LOLCODE Syntax Highlighting for Sublime Text 2 and TextMate
MIT License
8 stars 2 forks source link

Syntax highlighting broken for inline comments #4

Open pchaigno opened 9 years ago

pchaigno commented 9 years ago

It looks like inline comments with BTW are not correctly highlighted. Only the BTW keyword is highlighted: https://github-lightshow.herokuapp.com/?utf8=%E2%9C%93&scope=from-url&grammar_url=https%3A%2F%2Fraw.githubusercontent.com%2FCodaFi%2FLOLCODE.tmLanguage%2Fmaster%2FLOLCODE.tmLanguage&grammar_text=&code_source=from-url&code_url=https%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Flinguist%2Fmaster%2Fsamples%2FLOLCODE%2FLOLTracer.lol&code=

pchaigno commented 9 years ago

@CodaFi Did you get a chance to look into this?

CodaFi commented 9 years ago

Oh my, I'm so sorry for leaving this by the wayside for so long. Do I have to just treat it like a multiline comment and specify a begin and end or does the matcher need an extra .* in it?

pchaigno commented 9 years ago

I wouldn't know, I don't code in LOLCODE :/ I just found this issue when I was searching for a grammar to highlight LOLCODE on GitHub.