Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/properties/locals.scm')
| -rw-r--r-- | runtime/queries/properties/locals.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/properties/locals.scm b/runtime/queries/properties/locals.scm new file mode 100644 index 00000000..7a07220d --- /dev/null +++ b/runtime/queries/properties/locals.scm @@ -0,0 +1,5 @@ +(property + (key) @local.definition.attribute) + +(substitution + (key) @local.reference) |