-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtree-sitter.json
More file actions
31 lines (31 loc) · 721 Bytes
/
tree-sitter.json
File metadata and controls
31 lines (31 loc) · 721 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
{
"grammars": [
{
"name": "gitattributes",
"path": ".",
"camelcase": "GitAttributes",
"title": "gitattributes",
"scope": "source.gitattributes",
"highlights": "queries/highlights.scm",
"file-types": [
"gitattributes",
".gitattributes"
],
"class-name": "TreeSitterGitAttributes"
}
],
"metadata": {
"version": "0.2.0",
"license": "MIT",
"description": "gitattributes grammar for tree-sitter",
"authors": [
{
"name": "ObserverOfTime",
"email": "chronobserver@disroot.org"
}
],
"links": {
"repository": "https://github.com/tree-sitter-grammars/tree-sitter-gitattributes"
}
}
}