Kevin Matthes

Results 62 issues of Kevin Matthes

As already discussed in #122, the shebang of a shell script should be chosen as general as possible in order to avoid unintended behaviour of the build routine on machines...

question
build routine

This repository contains a softlink to its `README.md` in order to solve an issue with a former version of it. As far as I can see, this softlink is not...

duplicate
enhancement
question
welcome page

This Pull Request fixes some minor typos in the `highlights.scm` for Rust and renames the Tree-Sitter-specific configuration language mode such that it is displayed in a nicer way when editing.

This Pull Request adds support for the [Just Build System](https://github.com/casey/just) and, furthermore, an emergency override option for the path to the respective `*.scm` files. The highlighting in Zee is based...

When working on large projects, one often utilises several automation techniques in order to abbreviate redundant tasks, such as the build instruction specification by hand over and over again for...

I would like to add new modes to Zee but Tree-Sitters which actually specify a `highlights.scm` are pretty rare. I thought about writing them myself for the respective Tree-Sitters and...

Again, as originally suggested in #41, here is the implementation make the tab versus spaces setting an option for the configuration file.

Some contexts require source files to have more than one suffix. These second suffixes typically originate from a build system and / or testing suites. For instance, the `autotools` suite...

This is the essence of #80. The changes will activate the previously unused colour `base07` of `Base16Theme`.

When opening files which are terminated by CRLF (Carriage Return Line Feed, `\r\n`) and indented by tab characters, the cursor does not move when pressing the arrow key up.