aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/kconfig/locals.scm
blob: 09a50fecbd0ccbfa701a01d998e95341abe9e92d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
  (symbol)
  (string)
] @local.reference

[
  (config)
  (menuconfig)
  (choice)
  (comment_entry)
  (menu)
  (if)
] @local.scope

(type_definition
  (string) @local.definition.var)

(type_definition
  (input_prompt
    (string) @local.definition.var))

(type_definition_default
  (expression
    (string) @local.definition.var))