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
|
{
"grammars": [
{
"name": "sisu",
"camelCase": false,
"scope": "source.sisu",
"path": ".",
"file-types": [
"sst",
"ssm",
"ssi"
],
"highlights": "queries/highlights.scm",
"folds": "queries/folds.scm",
"injections": "queries/injections.scm",
"external-scanner": {
"path": "src/scanner.c"
}
}
],
"metadata": {
"version": "0.1.0",
"license": "AGPL-3.0-or-later",
"description": "Tree-sitter grammar for SiSU Spine document markup",
"authors": [
{
"name": "Ralph Amissah"
}
],
"links": {
"repository": "https://git.sisudoc.org/tools/tree-sitter-sisu"
}
}
}
|