30 lines
551 B
JSON
30 lines
551 B
JSON
{
|
|
"grammars": [
|
|
{
|
|
"name": "srf",
|
|
"camelcase": "SRF",
|
|
"scope": "source.srf",
|
|
"path": ".",
|
|
"file-types": [
|
|
"srf"
|
|
],
|
|
"highlights": "queries/highlights.scm"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"description": "SRF (Simple Record Format) grammar for tree-sitter",
|
|
"authors": [
|
|
{
|
|
"name": "Emil Lerch"
|
|
}
|
|
],
|
|
"links": {
|
|
"repository": "https://git.lerch.org/lobo/srf-tree-sitter"
|
|
}
|
|
},
|
|
"bindings": {
|
|
"c": true
|
|
}
|
|
}
|