Triton171
Triton171
This introduces 2 new capture types for indent queries. With this, the python indent queries have been improved and re-enabled. It should fix most of the issues from #763. We...
Currently, the grammar parses both inline and block equations as an `equation` node. It would be nice to parse them as `inline_equation` and `block_equation` nodes respectively, for example to highlight...
- Return `true` from `Binding::is_set` if the binding consists only of the `Super` key. This fixes https://github.com/pop-os/cosmic-settings/issues/394. - In `Binding::from_str`, accept bindings without a key to allow setting `Super` as...
Currently, we run indentation queries only when a new line is being inserted. However, other editors can in some cases update the indentation while typing, for example in C++ switch...