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

fix(syntaxes): add back block syntaxes to injection for entire TS file #2065

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=974837034
pnpm-lock.yaml=274934855
pnpm-lock.yaml=1868866869
yarn.lock=-819276886
package.json=-2145211303
package.json=1934412187
pnpm-workspace.yaml=1711114604
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -164,17 +164,17 @@
{
"path": "./syntaxes/template.json",
"scopeName": "template.ng",
"injectTo": ["text.html.derivative"]
"injectTo": ["text.html.derivative", "source.ts"]
},
{
"path": "./syntaxes/template-blocks.json",
"scopeName": "template.blocks.ng",
"injectTo": ["text.html.derivative"]
"injectTo": ["text.html.derivative", "source.ts"]
},
{
"path": "./syntaxes/let-declaration.json",
"scopeName": "template.let.ng",
"injectTo": ["text.html.derivative"]
"injectTo": ["text.html.derivative", "source.ts"]
},
{
"path": "./syntaxes/template-tag.json",
Loading