Skip to content

Commit b5d9758

Browse files
committed
feat: support omitted html, head, and body end tags
1 parent 5760f52 commit b5d9758

File tree

3 files changed

+120
-105
lines changed

3 files changed

+120
-105
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"tree-sitter": [
3939
{
40-
"scope": "text.html.basic",
40+
"scope": "source.html",
4141
"file-types": [
4242
"html"
4343
],
@@ -47,6 +47,9 @@
4747
],
4848
"injections": [
4949
"queries/injections.scm"
50+
],
51+
"external-files": [
52+
"src/tag.h"
5053
]
5154
}
5255
]

0 commit comments

Comments
 (0)