We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I have problems with forth-mode. It turned out that i use search using swiper in forth-mode code highlighting get broken.
swiper
I'm not sure if it's swiper issue because after calling (run-hook 'forth-mode-hook) highlighting works properly.
(run-hook 'forth-mode-hook)
I would appreciate if you can point what goes wrong.
The text was updated successfully, but these errors were encountered:
cf38ceb
Please check if this fixes it.
Sorry, something went wrong.
Yeah, it works fine for me. But please add forth-block-mode to swiper-font-lock-exclude.
forth-block-mode
swiper-font-lock-exclude
Successfully merging a pull request may close this issue.
Hi!
I have problems with forth-mode. It turned out that i use search using
swiper
in forth-mode code highlighting get broken.I'm not sure if it's swiper issue because after calling
(run-hook 'forth-mode-hook)
highlighting works properly.I would appreciate if you can point what goes wrong.
The text was updated successfully, but these errors were encountered: