mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-28 12:25:23 +00:00
treesitter: rename queries content to query
This commit is contained in:
parent
95adf36ef5
commit
27b4dc9fb0
5 changed files with 10 additions and 10 deletions
|
|
@ -17,7 +17,7 @@
|
|||
default = [];
|
||||
description = "The filetypes for which the query should be registered.";
|
||||
};
|
||||
content = mkOption {
|
||||
query = mkOption {
|
||||
type = lines;
|
||||
description = "The queries scm script.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue