rorydriscoll / LuaSublime

Various support files for making developing Lua using Sublime Text 2 more pleasant.
Other
112 stars 28 forks source link

Multiline strings are not styled like simple ones. #4

Closed ignacio closed 11 years ago

ignacio commented 11 years ago

"hello world" renders in yellow while [[hello world]] renders in white, as if not properly parsed as a string.

rorydriscoll commented 11 years ago

Thanks. I added support for multi-line strings using [[ and ]].