benanders / LuaIDE

An in-game IDE for ComputerCraft
MIT License
43 stars 9 forks source link

Highlighting bug with strings #17

Closed theoriginalbit closed 11 years ago

theoriginalbit commented 11 years ago

an empty string ( '' or "" ) is not highlighted multiline strings are not highlighted strings that contain \ will not be highlighted

suggestion: have \ and the character after it highlighted as a constant, will be like sublime highlighting \ and \n and \t etc in strings.

theoriginalbit commented 11 years ago

didn't fix it?

BTW side note if you do " #17" it will still show here but not close the issue. So say "working towards #17" then it would put that the commit has started the fix, but not actually fixed it.

benanders commented 11 years ago

I accidentally tagged the wrong issue. Was ment to tag 15, not 17 :P

benanders commented 11 years ago

Since many bugs are derived from this issue, I'm just going to close this and merge it with #11