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, 0 insertions, 17 deletions
diff --git a/runtime/queries/kconfig/locals.scm b/runtime/queries/kconfig/locals.scm deleted file mode 100644 index 0bb5b089..00000000 --- a/runtime/queries/kconfig/locals.scm +++ /dev/null @@ -1,17 +0,0 @@ -[ - (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)) |