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.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/elisp/highlights.scm b/runtime/queries/elisp/highlights.scm index 648c0221..1639168b 100644 --- a/runtime/queries/elisp/highlights.scm +++ b/runtime/queries/elisp/highlights.scm @@ -26,8 +26,6 @@ "while" ] @keyword -(string) @string - ;; Function definitions [ "defun" @@ -49,6 +47,8 @@ (float) @constant.numeric.float (char) @constant.character +(string) @string + [ "(" ")" |