Colin Seymour
Colin Seymour
Itβs the [`scopeName`](https://github.com/ventojs/vscode-vento/blob/3234e7c6a64b55a4acd716ac69c6c1401d3dda57/syntaxes/vento.tmLanguage.json#L3) from the grammar which is automatically found and added to the `grammars.yml` file but needs to be manually set here as a repo can have more than...
> Is it expected that the HTML part of the syntax highlighting isn't working? The Vento tags are now being highlighted but the rest isn't: That would need to be...
I know this PR is still in draft but I thought I'd give you a heads up⦠you're going to need to add support for "Travelling Salesman Problem" data files...
There's no need for a grammar if you can't find one. One can always be added later.
> Thanks for the clarification, should I then follow the steps to add a new language but skip the script/add-grammar step for this new one? Yes, though don't worry about...
> @lildude I was concerned about it too tbh... can you suggest a way to limit these files somehow, e.g. maybe by its content? Or only if this is a...
GPL samples are fine as we tokenise them, but not grammars.
You need to update the submodule and add the cached license file. Replace the grammar with itself as [per the docs should](https://github.com/github-linguist/linguist/blob/master/CONTRIBUTING.md#changing-the-source-of-a-syntax-highlighting-grammar) do the trick.
π€ I think the wrong content has been put in the LICENCE file of the grammar repo. It contains the content you normally put at the top of a file...
> Is this fine? It's fine in as much as Linguist and the syntax highlighter don't care. It might not be fine for users as these messages indicate that those...