kak-tree-sitter: fix config
This commit is contained in:
parent
3fa5fe9065
commit
e81e060f5c
1 changed files with 3 additions and 1 deletions
|
|
@ -10,10 +10,12 @@ with pkgs.tree-sitter-grammars;
|
|||
acc: name: vals:
|
||||
acc
|
||||
+ ''
|
||||
[language.${name}.grammar.source.local]
|
||||
[grammar.${name}.source.local]
|
||||
path = "${vals.parser}"
|
||||
|
||||
[language.${name}.queries.source.local]
|
||||
path = "${vals.queries}"
|
||||
|
||||
[language.${name}.queries]
|
||||
path = "${vals.queries}"
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue