Skip to content

Commit

Permalink
feat: support omitted html, head, and body end tags
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Feb 21, 2024
1 parent 5760f52 commit b5d9758
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 105 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"tree-sitter": [
{
"scope": "text.html.basic",
"scope": "source.html",
"file-types": [
"html"
],
Expand All @@ -47,6 +47,9 @@
],
"injections": [
"queries/injections.scm"
],
"external-files": [
"src/tag.h"
]
}
]
Expand Down
Loading

0 comments on commit b5d9758

Please sign in to comment.