File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 45
45
" onLanguage:ruby" ,
46
46
" onLanguage:rust" ,
47
47
" onLanguage:scala" ,
48
+ " onLanguage:scm" ,
48
49
" onLanguage:scss" ,
49
50
" onLanguage:shellscript" ,
51
+ " onLanguage:sparql" ,
52
+ " onLanguage:starlark" ,
50
53
" onLanguage:talon" ,
51
54
" onLanguage:typescript" ,
52
- " onLanguage:sparql" ,
53
- " onLanguage:scm" ,
54
55
" onLanguage:typescriptreact" ,
55
56
" onLanguage:xml" ,
56
57
" onLanguage:yaml"
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ const languages: {
39
39
scss : { module : "tree-sitter-scss" } ,
40
40
shellscript : { module : "tree-sitter-bash" } ,
41
41
sparql : { module : "tree-sitter-sparql" } ,
42
+ starlark : { module : "tree-sitter-python" } ,
42
43
talon : { module : "tree-sitter-talon" } ,
43
44
typescript : { module : "tree-sitter-typescript" } ,
44
45
typescriptreact : { module : "tree-sitter-tsx" } ,
You can’t perform that action at this time.
0 commit comments