-
These formats are used by Atom, VS Code and TextMate, and many high-quality grammars are written in these flavours (though I recall reading that Sublime supports these formats too).
**Rationale:** …
-
It would be nice to have syntax highlighting for Pris source files.
## Syntax details
A good starting point is the Bison grammar in [`etc/pris.y`](https://github.com/ruuda/pris/blob/master/etc/p…
ruuda updated
6 years ago
-
The vscode extension currently uses a TextMate grammar to do syntax highlighting with regular expressions. This works well enough and is fast.
The LSP also allows for semantic tokens i.e. [semantic…
-
I use NeoVim on Windows, but I do have WSL Ubuntu. Make doesn't really work well on Windows, so I ended up using WSL, and changed up some files to make it work somehow
```
diff --git a/libs/Onigmo/c…
-
I use Cog in various config format and game scripting languages. I'd like to add support for some of these to cog-vscode but am unsure how to go about adding it.
For example, TOML is a relatively c…
-
Github uses [Linguist](https://github.com/github/linguist) to highlight the code and detect the programming language to show in the `Languages` chart in the bottom of the right column of every repo. T…
-
How do we create a bundle that would extend an existing language bundle? Ex. Let's say I want to add textmate grammar rules to highlight a html element's attribute named jc as in `
-
**Language**
This is the format used by Minecraft.
Function is a text file with the extension .mcfunction that can be used to execute a list of commands.
**Additional resources**
Language Gramma…
-
I reported a broken syntax highlighting on GitHub to the GitHub support.
They redirected me to linguist and they in turn redirected me to this project.
**Here is the conversation in chronological …
-
I thought cue-lang/vscode-cue#12 was all we would need to get the grammar in syntaxes/cue.tmLanugage working for Sublime Text/TextMate/Sourcegraph, but unfortunately not: I've ran into another instanc…