May I ask where the 'languages. toml' file is located under Windows. #7418
-
My system is Windows 11, and I cannot find the location of my 'languages. toml' file |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Jun 21, 2023
Replies: 1 comment
-
See https://docs.helix-editor.com/master/languages.html The default languages.toml is compiled into the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sgj123456
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://docs.helix-editor.com/master/languages.html
The default languages.toml is compiled into the
hx
binary. You shouldn't have any otherlanguages.toml
files unless you create them. You can create a global one on Windows at%AppData%\helix\languages.toml
or one local to a project in the root of that project in a.helix\languages.toml
file.