Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sublime Snippets not working in Sublime3 build 3211 #738

Open
DominikHoffendahl opened this issue Jan 29, 2020 · 0 comments
Open

Sublime Snippets not working in Sublime3 build 3211 #738

DominikHoffendahl opened this issue Jan 29, 2020 · 0 comments

Comments

@DominikHoffendahl
Copy link

DominikHoffendahl commented Jan 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant