Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/kconfig/locals.scm')
| -rw-r--r-- | runtime/queries/kconfig/locals.scm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/runtime/queries/kconfig/locals.scm b/runtime/queries/kconfig/locals.scm new file mode 100644 index 00000000..0bb5b089 --- /dev/null +++ b/runtime/queries/kconfig/locals.scm @@ -0,0 +1,17 @@ +[ + (symbol) + (string) +] @local.reference + +[ + (config) + (menuconfig) + (choice) + (comment_entry) + (menu) + (if) +] @local.scope + +(type_definition (string) @local.definition.type) +(type_definition (input_prompt (string) @local.definition.type)) +(type_definition_default (expression (string) @local.definition.type)) |