Helix syntax highlighting doesn't work #10035
-
SummaryI cloned the repo and built it using instructions from documentation. I fetched and built grammars, installed clangd and rust-analyzer, but I can't get syntax highlighting to work.
Reproduction StepsBuild steps:
I expected this to happen: Helix log~/.cache/helix/helix.log
PlatformUbuntu 20.04.6 LTS Terminal EmulatorTabby 1.0.205, same behavior with git-bash (connected to a machine via ssh) Installation Methodbuilt from source Helix Version23.10 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You need to setup the runtime directory when building from source https://docs.helix-editor.com/master/install.html#configuring-helixs-runtime-files |
Beta Was this translation helpful? Give feedback.
-
Fixed by manually copying contents of |
Beta Was this translation helpful? Give feedback.
-
I faced a similar issue when upgrading to the latest Helix version. My Helix installation is managed by
|
Beta Was this translation helpful? Give feedback.
Fixed by manually copying contents of
helix/runtime
from repo catalog to~/.config/helix/runtime
.