File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json" ,
3+ "grammars" : [
4+ {
5+ "name" : " ispc" ,
6+ "camelcase" : " ISPC" ,
7+ "title" : " ISPC" ,
8+ "scope" : " source.ispc" ,
9+ "file-types" : [
10+ " ispc"
11+ ],
12+ "injection-regex" : " ^ispc$" ,
13+ "class-name" : " TreeSitterIspc"
14+ }
15+ ],
16+ "metadata" : {
17+ "version" : " 0.1.1" ,
18+ "license" : " MIT" ,
19+ "description" : " ISPC grammar for tree-sitter (based on C grammar)" ,
20+ "authors" : [
21+ {
22+ "name" : " Fabian Wermelinger"
23+ }
24+ ],
25+ "links" : {
26+ "repository" : " https://github.com/tree-sitter-grammars/tree-sitter-ispc"
27+ }
28+ },
29+ "bindings" : {
30+ "c" : true ,
31+ "go" : true ,
32+ "node" : true ,
33+ "python" : true ,
34+ "rust" : true ,
35+ "swift" : true ,
36+ "zig" : false
37+ }
38+ }
You can’t perform that action at this time.
0 commit comments