mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Fix typos (#3858)
This commit is contained in:
parent
19384cc3a1
commit
a73e83ef4d
8 changed files with 16 additions and 16 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||

|
||||
|
||||
A kakoune / neovim inspired editor, written in Rust.
|
||||
A Kakoune / Neovim inspired editor, written in Rust.
|
||||
|
||||
The editing model is very heavily based on kakoune; during development I found
|
||||
myself agreeing with most of kakoune's design decisions.
|
||||
The editing model is very heavily based on Kakoune; during development I found
|
||||
myself agreeing with most of Kakoune's design decisions.
|
||||
|
||||
For more information, see the [website](https://helix-editor.com) or
|
||||
[documentation](https://docs.helix-editor.com/).
|
||||
|
@ -24,7 +24,7 @@ All shortcuts/keymaps can be found [in the documentation on the website](https:/
|
|||
- Smart, incremental syntax highlighting and code editing via tree-sitter
|
||||
|
||||
It's a terminal-based editor first, but I'd like to explore a custom renderer
|
||||
(similar to emacs) in wgpu or skulpin.
|
||||
(similar to Emacs) in wgpu or skulpin.
|
||||
|
||||
Note: Only certain languages have indentation definitions at the moment. Check
|
||||
`runtime/queries/<lang>/` for `indents.scm`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue