Colin Seymour

Results 237 comments of Colin Seymour

The changes to `vendor/licenses/git_submodule/sourcepawn-vscode.dep.yml` are also not consistent with what I'd have expected the various scripts to have done. This looks like a manual change.

Sorry. I should have been clearer... we need the heuristic test and fixtures as implemented by other generic extensions. See what has been done for the likes of `.sol` and...

@Kaspik yes, it was the [PR that changed the Swift grammar](https://github.com/github-linguist/linguist/pull/6603) which first brought this to light.

> I think GitHub uses the treesitter grammar for javascript, Correct a denoted by the 🐌 in the list of grammers [README.md](https://github.com/github-linguist/linguist/blob/master/vendor/README.md) > but I assume it will use the...

🤔 your search result suggests there are more non-Tact files than there are Tact files which means they're all going to be misidentified once this PR merged. In such cases...

Cross-referencing the discussion at https://github.com/github-linguist/linguist/discussions/6701#discussioncomment-8398307

All should be good now I've merged https://github.com/github-linguist/linguist/pull/6678

> It looks like it could be due to https://github.com/tabatkins/bikeshed now redirecting to https://github.com/speced/bikeshed. Nope. It's because https://github.com/tiabeast/vscode-vba-json has gone AWOL: ``` [...] Cloning into '/home/runner/work/linguist/linguist/vendor/grammars/vscode-vba-json'... fatal: could not read...

If usage is sufficiently high, feel free to submit a PR to add support for this extension to C#. See [CONTRIBUTING.md](https://github.com/github-linguist/linguist/blob/master/CONTRIBUTING.md) for details. Until then, you can use an [override](https://github.com/github-linguist/linguist/blob/master/docs/overrides.md)...

> with `jq` hashbangs as JQ scripts. Your example doesn't have a `jq` hashbang 😉, it has a `/bin/sh` hashbang as it is rightly a shell script that is running...