Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/elisp/highlights.scm')
-rw-r--r--runtime/queries/elisp/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/elisp/highlights.scm b/runtime/queries/elisp/highlights.scm
index 1639168b..648c0221 100644
--- a/runtime/queries/elisp/highlights.scm
+++ b/runtime/queries/elisp/highlights.scm
@@ -26,6 +26,8 @@
"while"
] @keyword
+(string) @string
+
;; Function definitions
[
"defun"
@@ -47,8 +49,6 @@
(float) @constant.numeric.float
(char) @constant.character
-(string) @string
-
[
"("
")"