Replies: 2 comments 10 replies
-
What does |
Beta Was this translation helpful? Give feedback.
10 replies
-
Maybe i missed something. I rebuilt it and repackaged the runtime together, it now works fine. |
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.
-
I installed the helix to write c++ code, but i dont have any highlight at all, just as below:
my
languages.toml
file content about cpp is as below:Details
use-grammars = { only = [ "c", "cpp", "rust" ] }
[[language]]
name = "cpp"
scope = "source.cpp"
injection-regex = "cpp"
file-types = ["cc", "hh", "cpp", "hpp", "h", "ipp", "tpp", "cxx", "hxx", "ixx", "txx", "ino"]
roots = []
comment-token = "//"
language-server = { command = "clangd", args=["--compile-commands-dir=compile_commands_directory"] }
indent = { tab-width = 4, unit = " " }
[[grammar]]
name = "cpp"
source = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev = "0e7b7a02b6074859b51c1973eb6a8275b3315b1d" }
and my hx health config is as below:
How could I solve this problem? please help me, thanks!
Beta Was this translation helpful? Give feedback.
All reactions