35 lines
609 B
JSON
35 lines
609 B
JSON
|
{
|
||
|
"grammars": [
|
||
|
{
|
||
|
"name": "cmake",
|
||
|
"camelcase": "Cmake",
|
||
|
"scope": "source.cmake",
|
||
|
"path": ".",
|
||
|
"file-types": [
|
||
|
"cmake",
|
||
|
"CMakeLists.txt"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"metadata": {
|
||
|
"version": "0.5.0",
|
||
|
"license": "MIT",
|
||
|
"description": "CMake grammar for tree-sitter",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Uy Ha"
|
||
|
}
|
||
|
],
|
||
|
"links": {
|
||
|
"repository": "https://github.com/tree-sitter/tree-sitter-cmake"
|
||
|
}
|
||
|
},
|
||
|
"bindings": {
|
||
|
"c": true,
|
||
|
"go": true,
|
||
|
"node": true,
|
||
|
"python": true,
|
||
|
"rust": true,
|
||
|
"swift": true
|
||
|
}
|
||
|
}
|