diff options
| -rw-r--r-- | queries/haskell/highlights.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/queries/haskell/highlights.scm b/queries/haskell/highlights.scm index 0e43d1875..f8920f7ee 100644 --- a/queries/haskell/highlights.scm +++ b/queries/haskell/highlights.scm @@ -138,3 +138,10 @@ (quoter) @function ; Highlighting of quasiquote_body is handled by injections.scm + +;; ---------------------------------------------------------------------------- +;; Spell checking + +(string) @spell +(comment) @spell + |
