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

Syntax highlighting only partially working #8

Open
goshatch opened this issue Jan 11, 2024 · 1 comment
Open

Syntax highlighting only partially working #8

goshatch opened this issue Jan 11, 2024 · 1 comment

Comments

@goshatch
Copy link

Hello,

I'm using Doom Emacs with Emacs 29.1 on macOS, and when I install uxntal-mode, the syntax highlighting looks like in the screenshot below.

CleanShot 2024-01-11 at 17 26 32@2x

I've tried to install from both melpa, and from github.

This is how I am loading the package:

(package! uxntal-mode :recipe (:host github
                               :repo "non/uxntal-mode"
                               :files ("*.el")))
(use-package! uxntal-mode)

Is there anything I should be doing differently?

Thank you very much for your help!

@azimut
Copy link

azimut commented Jun 7, 2024

I had the same issue, not using Doom, but with Emacs 29.3 from snap. In my case it was a rainbow-delimiters-mode hook I had put on prog-mode. After I disable it and restarted emacs, syntax highlight worked (thanks author!).

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