SublimeText / NSIS

Sublime Text plugin for the Nullsoft Scriptable Install System
Apache License 2.0
40 stars 15 forks source link

Multiline Comments #9

Closed idleberg closed 11 years ago

idleberg commented 11 years ago

I have noticed that multiline comments are not working as they should, Sublime Text will comment out every single line rather than using /multiline comments/. I had a quick look at the tmLanguage file, but couldn't figure out why the multiline comments aren't working. No big deal, but I didn't want to leave this unmentioned.

FichteFoll commented 11 years ago

Comment snippets for the toggle_comment command are defined in tmPreferences files like this one. However, this does not define TM_COMMENT_START and TM_COMMENT_END.

idleberg commented 11 years ago

thanks, modified and commited Miscellaneous.tmPreferences