Skip to content
New issue

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

flyspell-prog-mode spell checking in string are missing #19

Open
mauro3 opened this issue Dec 13, 2023 · 2 comments
Open

flyspell-prog-mode spell checking in string are missing #19

mauro3 opened this issue Dec 13, 2023 · 2 comments

Comments

@mauro3
Copy link

mauro3 commented Dec 13, 2023

# adsf

asdf = 5
"asdf"

using flyspell-prog-mode on above file, the first asdf is underlined, the second not (as expected), but the third also not (not expected).

Note this works in normal julia-mode

@ronisbr
Copy link
Collaborator

ronisbr commented Dec 13, 2023

Hi @mauro3 !

I think this must be something with the flyspell configuration. The first asdf has font-lock-comment-face whereas the second has font-lock-string-face. Hence, you must have font-lock-string-face in flyspell-prog-text-faces to make it work. I am not sure if we should modify this configuration inside julia-ts-mode.

@mauro3
Copy link
Author

mauro3 commented Dec 22, 2023

Ok, thanks. In other modes (julia-mode and python-mode) it works though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants