Manually compiled helix cannot highlight syntax cpp #15425
Unanswered
yangchaoFree
asked this question in
Q&A
Replies: 1 comment
-
|
Likely, you haven't set the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the document, manually build helix:
git clone https://github.com/helix-editor/helix
cd helix
cargo install --path helix-term --locked
in helix dir, running hx, it was found that the cpp program cannot highlight syntax:
./target/release/hx test.cpp.
While download the release version (helix-25.07.1-x86_64-Linux) and after decompression, its hx program will normally highlight the cpp syntax.
But replacing the release hx with my manually compiled hx in the helix-25.07.1-x86_64-Linux directory. it still fails to highlight syntax.
Beta Was this translation helpful? Give feedback.
All reactions