Skip to content

Commit

Permalink
chore: recommend es6-string-html for syntax highlighting of html
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus authored Oct 25, 2024
1 parent fb30496 commit f1198a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"Tobermory.es6-string-html"
]
}

0 comments on commit f1198a4

Please sign in to comment.