treesitter: rename queries content to query

This commit is contained in:
Snoweuph 2026-04-23 22:48:23 +02:00 committed by Ching Pei Yang
commit 27b4dc9fb0
5 changed files with 10 additions and 10 deletions

View file

@ -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.";
};