diff options
Diffstat (limited to 'queries/lua')
| -rw-r--r-- | queries/lua/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/queries/lua/highlights.scm b/queries/lua/highlights.scm index 92baba0f3..054d78793 100644 --- a/queries/lua/highlights.scm +++ b/queries/lua/highlights.scm @@ -181,12 +181,14 @@ ;; Others (comment) @comment +(comment) @spell (hash_bang_line) @comment (number) @number (string) @string +(string) @spell ;; Error (ERROR) @error |
