-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtree-sitter.json
More file actions
36 lines (36 loc) · 857 Bytes
/
tree-sitter.json
File metadata and controls
36 lines (36 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"grammars": [
{
"name": "htmlmustache",
"camelcase": "HTMLMustache",
"scope": "source.htmlmustache",
"path": ".",
"external-files": ["src/tag.h", "src/mustache_tag.h"],
"file-types": ["mustache", "hbs", "handlebars"],
"highlights": "queries/highlights.scm",
"injections": "queries/injections.scm",
"injection-regex": "htmlmustache"
}
],
"metadata": {
"version": "0.4.1",
"license": "MIT",
"description": "HTML with Mustache/Handlebars template syntax grammar for tree-sitter",
"authors": [
{
"name": "Peter Stenger"
}
],
"links": {
"repository": "https://github.com/reteps/tree-sitter-htmlmustache"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true
}
}