Skip to content

Commit

Permalink
feat: inherit all HTML language server features (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenthae authored Aug 30, 2024
1 parent b0a33ac commit 1fc1817
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,16 @@
"explorer.fileNesting.patterns": {
"*.templ": "${capture}_templ.go,${capture}_templ.txt"
}
}
},
"htmlLanguageParticipants": [
{
"languageId": "templ"
}
]
},
"extensionDependencies" : [
"vscode.html-language-features"
],
"devDependencies": {
"@types/vscode": "1.92.0",
"@vscode/test-electron": "2.3.9",
Expand Down

0 comments on commit 1fc1817

Please sign in to comment.