coronalabs / CoronaSDK-SublimeText

Corona Editor is the official Corona SDK plugin for Sublime Text
https://coronalabs.com
MIT License
108 stars 28 forks source link

Bracket auto match in Lua comment line #11

Closed Fogview closed 10 years ago

Fogview commented 10 years ago

If I try to add a Lua block comment using "--[[", Sublime wants to make it "--[[]]". Sublime should ignore auto completions after the start of a comment "--".

ghost commented 10 years ago

This is more of Sublime Text issue.

Auto matching of brackets can be turned off with:

"auto_match_enabled": false

in your user settings though I'd imagine you'd want this to be context sensitive (I haven't figured out how to do that).