Kirawi
Kirawi
[kagome](https://github.com/ikawaha/kagome) is basically a Go port of kuromoji, which is basically a Java port of MeCab. It can be compiled to [Wasm](https://ikawaha.github.io/kagome/), which could be packaged along yomichan instead of...
I needed to write a general text wrapper for #2184 because I kept dealing with broken behavior and painful debugging. This should make it possible to unit-test and be usable...
Necessary for `sea-orm-linter`. ## Adds - [ ] Getter functions for the fields of each statement type.
## Objective This PR will resolve #136. On Matrix, @cessen suggested splitting the overall soft-wrapping feature into two PRs for each of the two techniques he proposed. This PR will...
This will likely require us to refactor the current syntax highlighting system to accommodate other syntax highlighting methods.
In addition to #122, it would be nice to make it possible to implement plugins through an RPC interface like in [Neovim](https://neovim.io/doc/user/api.html). One major benefit from this is that it...
The updated queries were pulled from nvim-treesitter. I might make another PR to make it more accurate in the future.
Resolves #1481 ~Currently it doesn't delete empty trailing lines. Is this a desired behavior?~
This feature will allow you to share the same file history between sessions, and could help in situations where the editor crashes. #290 #294