-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Markdown syntax highlighting broken in Nord theme #9131
Comments
It looks like #7490 removed the \cc @sharpenedblade |
dani0854
changed the title
Markdown syntax highlighting broken
Markdown syntax highlighting broken in Nord theme
Dec 21, 2023
sharpenedblade
added a commit
to sharpenedblade/helix
that referenced
this issue
Dec 22, 2023
archseer
pushed a commit
that referenced
this issue
Dec 22, 2023
dgkf
pushed a commit
to dgkf/helix
that referenced
this issue
Jan 30, 2024
mtoohey31
pushed a commit
to mtoohey31/helix
that referenced
this issue
Jun 2, 2024
Vulpesx
pushed a commit
to Vulpesx/helix
that referenced
this issue
Jun 7, 2024
smortime
pushed a commit
to smortime/helix
that referenced
this issue
Jul 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
At some point markdown syntax highlighting has disappeared, and only a couple of elements are still highlighted, while most of the file is white. And it happens only with md files. While all other languages work fine within same helix instance.
I noticed it when I installed markdown LSP, but I couldn't establish any connection. Removing LSP doesn't fix the problem.
What I did find related, is that when
COLORTERM=
then highlighting works in Markdown, though theme doesn't, which to be expected. NormallyCOLORTERM=truecolor
.hx --health markdown
:My config:
Reproduction Steps
I tried this:
RUST_BACKTRACE=1 hx -vv --log log test.md
I expected this to happen:
Syntax highlighting of all markdown elements
Instead, this happened:
Only 2 elements had different colors, like in the picture above
Helix log
~/tmp/hx/log
Platform
Linux
Terminal Emulator
wezterm e3cd2e93d0ee5f3af7f3fe0af86ffad0cf8c7ea8 (latest commit)
Installation Method
nixpkgs
Helix Version
helix 23.10 (f6021dd)
The text was updated successfully, but these errors were encountered: