diff options
Diffstat (limited to 'queries/python')
| -rw-r--r-- | queries/python/highlights.scm | 2 | ||||
| -rw-r--r-- | queries/python/locals.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index 4bb5a2bcf..5f587ddc6 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -4,7 +4,7 @@ ; Variables (identifier) @variable -; Reset highlighing in f-string interpolations +; Reset highlighting in f-string interpolations (interpolation) @none ;; Identifier naming conventions diff --git a/queries/python/locals.scm b/queries/python/locals.scm index f7854a06c..5cfd35435 100644 --- a/queries/python/locals.scm +++ b/queries/python/locals.scm @@ -1,4 +1,4 @@ -;;; Programm structure +;;; Program structure (module) @scope (class_definition |
