diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2022-09-26 10:19:02 +0100 |
|---|---|---|
| committer | Lewis Russell <me@lewisr.dev> | 2022-09-26 13:47:12 +0100 |
| commit | 37398c7d68826c8d6ae3f85cc52d83fd3dee4f84 (patch) | |
| tree | 97e1e895bdd180305a2e7584fae25c465bfe0c48 /queries/lua | |
| parent | d712b1bed1f4bb591f18b758d2f340a93a0629fd (diff) | |
feat(spell): support more languages
Diffstat (limited to 'queries/lua')
| -rw-r--r-- | queries/lua/highlights.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/queries/lua/highlights.scm b/queries/lua/highlights.scm index 054d7879..3c86c4cd 100644 --- a/queries/lua/highlights.scm +++ b/queries/lua/highlights.scm @@ -180,15 +180,13 @@ ;; Others -(comment) @comment -(comment) @spell +(comment) @comment @spell (hash_bang_line) @comment (number) @number -(string) @string -(string) @spell +(string) @string @spell ;; Error (ERROR) @error |
