microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

Sublime Snippets not working in Sublime3 build 3211 #738

Open DominikHoffendahl opened 4 years ago

DominikHoffendahl commented 4 years ago

The following snippet works perfectly fine for the tabTrigger cl in .js files, but not for .ts or .tsx files:

<snippet>
  <content><![CDATA[
console.log('## ${TM_FILENAME/(.+)\..+/$1/} -> ${1:anything}\n', ${2:${1:anything}});
]]></content>
<tabTrigger>cl</tabTrigger>
<scope>source.js, source.ts, source.tsx</scope>
</snippet>

TypeScript-Sublime package at version v3.7.3 Sublime at build 3211