Skip to content

Commit

Permalink
FIX html overriding original .html config
Browse files Browse the repository at this point in the history
  • Loading branch information
ttax00 committed Jun 14, 2023
1 parent 5d92322 commit a8d568c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"configuration": "./language-configuration.json"
},
{
"id": "html",
"id": "escapedhtml",
"configuration": "./html.language-configuration.json"
}
],
Expand All @@ -54,7 +54,7 @@
"scopeName": "source.rust.yew",
"path": "./syntaxes/yew.injection.json",
"embeddedLanguages": {
"source.rust.yew.html": "html",
"source.rust.yew.html": "escapedhtml",
"source.rust.yew.html.embedded-rust": "rust"
}
}
Expand Down

0 comments on commit a8d568c

Please sign in to comment.