diff options
author | Lewis Russell <me@lewisr.dev> | 2022-09-06 11:23:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 11:23:01 +0100 |
commit | 84d1094958fdbdda67f629197924d4146e2a1887 (patch) | |
tree | 98e20f97a5c5ce818ade4f330bca45ca1d4d26bf /runtime/queries/vim | |
parent | 05893aea391d91e159a41f03acc20049c7049510 (diff) | |
parent | 75adfefc85bcf0d62d2c0f51a951e6003b595cea (diff) | |
download | rneovim-84d1094958fdbdda67f629197924d4146e2a1887.tar.gz rneovim-84d1094958fdbdda67f629197924d4146e2a1887.tar.bz2 rneovim-84d1094958fdbdda67f629197924d4146e2a1887.zip |
Merge pull request #19419 from vigoux/extmark_spell
Co-authored-by: Lewis Russell <lewis6991@gmail.com>
Co-authored-by: Björn Linse <bjorn.linse@gmail.com>
Diffstat (limited to 'runtime/queries/vim')
-rw-r--r-- | runtime/queries/vim/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/vim/highlights.scm b/runtime/queries/vim/highlights.scm index c02e226b66..1bbaebef01 100644 --- a/runtime/queries/vim/highlights.scm +++ b/runtime/queries/vim/highlights.scm @@ -162,9 +162,11 @@ ;; Literals (string_literal) @string +(string_literal) @spell (integer_literal) @number (float_literal) @float (comment) @comment +(comment) @spell (pattern) @string.special (pattern_multi) @string.regex (filename) @string |