SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Completions highlight issues #112

Closed Resike closed 7 years ago

Resike commented 7 years ago

\", \t, (, ), [, ], and , in the auto-completion triggers is not recognised properly.

{ "trigger": "time\t([\"timeDesc\"])", "contents": "time(${1:[timeDesc]})$0", },

It would be nice to highlight the \" and \t and accept every character in the string itself, just like on the "contents".

keith-hall commented 7 years ago

This should get covered as part of https://github.com/SublimeText/PackageDev/issues/67

Resike commented 7 years ago

Nice, it would be also nice if you could also add a way to create comments in .sublime-completions files.

FichteFoll commented 7 years ago

This will be done as well.

keith-hall commented 7 years ago

looks like this has been fixed in https://github.com/SublimeText/PackageDev/pull/123 💯