Ben Spaulding
Ben Spaulding
Write complete documentation using Sphinx. Also wire it up to the readthedocs.org.
This adds the `v` file type, as well as the alias `vlang`, to the `.v` extension for the [V Programming Language](https://vlang.io). A second commit also adds the `.vsh` extension and...
This adds the `justfile` file type for the [`just`](https://github.com/casey/just) program. A second commit also add `just` as an interpreter as that is a [documented](https://github.com/casey/just#just-scripts) and reasonably common use of `just`.
This adds [fish](https://fishshell.com) to the interpreters. In a separate commit I also marked the `fish` entries as `shell` in case omitting it was an oversight. If that was a deliberate...
As I was working on the bits in #1272 I found some issues with stub generation, permissions on scripts, and other project tooling that was a little cumbersome. - If...