Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -37,8 +37,8 @@ All shortcuts/keymaps can be found [in the documentation on the website](https:/ - Built-in language server support - Smart, incremental syntax highlighting and code editing via tree-sitter -Although it's primarily a terminal-based editor, I am interested in exploring -a custom renderer (similar to Emacs) using wgpu or skulpin. +It's a terminal-based editor first, but I'd like to explore a custom renderer +(similar to Emacs) in wgpu or skulpin. Note: Only certain languages have indentation definitions at the moment. Check `runtime/queries/<lang>/` for `indents.scm`. @@ -47,7 +47,7 @@ Note: Only certain languages have indentation definitions at the moment. Check [Installation documentation](https://docs.helix-editor.com/install.html). -[](https://repology.org/project/helix-editor/versions) +[](https://repology.org/project/helix/versions) # Contributing |