Skip to content

Commit

Permalink
Merge pull request #28 from TechTheAwesome/fix/html-config-conflict
Browse files Browse the repository at this point in the history
FIX html overriding original `.html` config
  • Loading branch information
ttax00 authored Jun 17, 2023
2 parents 5d92322 + a8d568c commit 35c8bf2
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 35c8bf2

Please sign in to comment.