-
### Is your feature request related to a problem?
[Linguist](https://github.com/github-linguist/linguist) is the provider of GitHub's syntax highlighting. It currently does not have an actual grammar…
-
https://github.com/microsoft/vscode/blob/main/extensions/python/syntaxes/MagicPython.tmLanguage.json
```
Traceback (most recent call last):
File "/home/nitanmarcel/projects/prompt-mate/prompt_m…
-
### Apache NetBeans version
Apache NetBeans 17
### What happened
When I register this tmLanguage.json file via Options -> Editor -> Language Servers: https://github.com/Leathong/openscad-support-vs…
-
Would it be possible to include the grammer for talonscript? Here is a link to the repo that is used for the vscode highlighting extension. It has the tmLanguage file located here (https://github.com/…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: `1.93.1`
- OS Version: Windows 11 Pro
Context: I'm working on a project to automatically genera…
-
Needs to be updated once the spec for 1.0 is finished
-
It would be useful to write a TextMate grammar as supported by GitHub's Linguist library https://github.com/github/linguist/blob/master/CONTRIBUTING.md#fixing-syntax-highlighting , Visual Studio Cod…
-
## Current problem
The current syntax highlighting system is very slow, and there are noticeable lags when scrolling large C++ files which contain complex syntax elements.
## Issues of tree-sit…
-
Currently, the [CUE TextMate Grammar](https://github.com/cue-sh/vscode-cue/blob/master/syntaxes/cue.tmLanguage.json) is generated from a [rather elegant Go specification](https://github.com/cue-sh/vsc…
-
TextMate isn't sufficient for many languages.
We have been integrating in to the lower level, in the src/vs/languages directory and using Modes.IState and supports.TokenisationSupport. There needs to…