25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

46 lines
957 B

{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "c",
"camelcase": "C",
"scope": "source.c",
"path": ".",
"file-types": [
"c",
"h"
],
"highlights": "queries/highlights.scm",
"tags": "queries/tags.scm",
"injection-regex": "^(c|h)$"
}
],
"metadata": {
"version": "0.24.2",
"license": "MIT",
"description": "C grammar for tree-sitter",
"authors": [
{
"name": "Max Brunsfeld",
"email": "maxbrunsfeld@gmail.com"
},
{
"name": "Amaan Qureshi",
"email": "amaanq12@gmail.com"
}
],
"links": {
"repository": "https://github.com/tree-sitter/tree-sitter-c"
}
},
"bindings": {
"c": true,
"go": true,
"java": false,
"node": true,
"python": true,
"rust": true,
"swift": true,
"zig": true
}
}