-
Notifications
You must be signed in to change notification settings - Fork 234
Closed
Labels
Description
Snippets seem to be clobbered by the most recent version of the plugin on PackageControl + NPM typescript install. It's possible I'm missing something - so please comment if it works for you. When I provide SublimeText (v3) a snippet (without a source scope) it works across other languages (JS, python, etc). Simple test case:
<snippet>
<content><![CDATA[
class ${1:name} {
constructor() {}
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>tsclass</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!--<scope>source.ts</scope>-->
</snippet>