Skip to content

Commit

Permalink
feat: add html language features
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 13, 2024
1 parent 7889678 commit 5c637cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,16 @@
"activationEvents": [
"workspaceContains:**/*.edge"
],
"extensionDependencies": [
"vscode.html-language-features"
],
"contributes": {
"htmlLanguageParticipants": [
{
"languageId": "edge",
"autoInsert": true
}
],
"languages": [
{
"id": "edge",
Expand Down

0 comments on commit 5c637cc

Please sign in to comment.