John Gardner

Results 21 issues of John Gardner

This pull-request fixes the syntax highlighting and language classification of this project's filter-list files, which are currently unrecognised by GitHub.

This PR fixes a typo in the `KeyboardTransform` logic for `:kbd:` roles. ### Feature or Bugfix - [ ] ~~Feature~~ - [x] **Bugfix** - [ ] ~~Refactoring~~ ### Purpose Each...

Since this repository's almost entirely composed of SVG files, it makes sense to classify it a an SVG project. By default, GitHub doesn't include SVGs when computing language statistics, but...

Not sure how doable this would be, but it'd be nice to have some way of converting a `fend` script to `bc` or `dc` syntax (chiefly for embedding within a...

enhancement

Unless Imgur-hosted URLs are specifically blacklisted by whatever software or service processes AppData XML, there's no good reason to use GitHub's proxified URLs over the originals. (The last pathname component...

I see there's a grammar for [ECMAScript 2020](https://github.com/rbuckton/grammarkdown/blob/c96353f39b95db762bfc5cb162339c9cf2e7b68a/grammars/es2020.grammar). It'd be nice if `grammarkdown` provided an option for emitting Grammarkdown source from an Ecmarkup file. Something to the effect of: ~~~console...

## Description This pull-request adds a list of interpreters for the `jq` language: - [`gojq`](https://github.com/itchyny/gojq): Pure Go implementation of `jq` - [`jaq`](https://github.com/01mf02/jaq): Pure Rust implementation of `jq` - [`jq`](https://github.com/jqlang/jq): The...

Currently, metadata pertaining to grammars and case-by-case exceptions are handled in four different places: * [`.gitmodules`](https://github.com/github/linguist/blob/b7f579597050aaf7ac19c6c6ec504253a577ff13/.gitmodules) specifies URLs. * [`grammars.yml`](https://github.com/github/linguist/blob/b7f579597050aaf7ac19c6c6ec504253a577ff13/grammars.yml) specifies scopes. * [`tools/grammars/compiler/data.go`](https://github.com/github/linguist/blob/16582708fe8a35883862143fbdf5eb1ec843d6f1/tools/grammars/compiler/data.go) specifies scope-maps and case-by-case overrides *...

Discussion

This PR adds man pages for the two executables installed by Linguist: `github-linguist(1)` and `git-linguist(1)`. [They look like this when displayed in the terminal](https://codepen.io/alhadis/full/jOKEwmO). I still haven't worked out how...

This pull-request fixes the syntax highlighting and language classification of this project's filter-list files, which are currently unrecognised by GitHub. It achieves this by [using `.gitattributes`](https://github.com/github-linguist/linguist/blob/master/docs/overrides.md#using-gitattributes) to specify the languages...