Skip to content

Commit be312bc

Browse files
committed
Add highlights and injections in tree-sitter.json
1 parent 1d249af commit be312bc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tree-sitter.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"file-types": [
88
".herl"
99
],
10+
"highlights": [
11+
"queries/herl/highlights.scm"
12+
],
13+
"injections": [
14+
"queries/erlang/injections.scm",
15+
"queries/herl/injections.scm"
16+
],
1017
"injection-regex": "^herl$"
1118
}
1219
],
@@ -33,4 +40,4 @@
3340
"rust": true,
3441
"swift": true
3542
}
36-
}
43+
}

0 commit comments

Comments
 (0)