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
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.
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
The text was updated successfully, but these errors were encountered: