You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I enable tree-sitter-hl-mode in a buffer, it gets highlighted correctly and my TODO and NOTE items still get highlighted (by the hl-todo minor mode) but the misspelled words in the buffer lose their red underline from spell-fu-mode. Related to #45?
The text was updated successfully, but these errors were encountered:
spell-fu relies on spell-fu-faces-include, which defaults to '(font-lock-comment-face font-lock-doc-face font-lock-string-face). It probably needs a more generic mechanism to specify regions to spell-check. For now, this should be enough:
If I enable
tree-sitter-hl-mode
in a buffer, it gets highlighted correctly and myTODO
andNOTE
items still get highlighted (by thehl-todo
minor mode) but the misspelled words in the buffer lose their red underline fromspell-fu-mode
. Related to #45?The text was updated successfully, but these errors were encountered: