postsolar
postsolar
### Checks - [X] I have read the troubleshooting section and still think this is a bug. ### Describe the bug you encountered: The shortest example I came up with...
### Version of Kakoune v2023.08.05-154-g9797c27e ### Reproducer Open an empty buffer and enter something like this: ``` word1️⃣ word2 ``` Then, add overlapping replace ranges: ``` declare-option range-specs myrange set...
### Check for existing issues - [X] Completed ### Describe the feature Hello, I'd like to improve queries for a particular language, but I couldn't find any documentation for the...
## Description This sounds like a common thing, but I couldn't find an issue about this nor anything in [syntax documentation](https://github.com/purescript/documentation/blob/master/language/Syntax.md#operators-as-values) that would imply it's not allowed intentionally. Given that...
With the following configuration ``` [ids] * [main] ``` Inspecting the right control with `keyd monitor` prints it as left control. This is further confirmed by compose key not working....
Based on https://github.com/helix-editor/helix/pull/2733/ Closes #2720
See https://github.com/helix-editor/helix/issues/9436 This doesn't affect existing KTS users because queries' versions are pinned, but any updates will require to adapt the ordering as well, and reverse the existing in-house queries.
A brief few words on which each one is supposed to mean wouldn't hurt. For example what's the difference between `keyword.control.import` and `include` is not obvious. If documentation already exists...
```purescript module M where i :: Int i = 1 ``` `purs-tidy check src/M.purs` replies with ``` Some files have errors: /home/me/purs-test/src/M.purs: [6:1] Unexpected end of file ```
When I switch to a workspace with tabbed nodes, the tabs strip gets visual defects. See the video attached, specifically the magenta color tab bar strip in the top-left corner...