-
TextMate gives you the capability to define a grammar with JSON (VSCode) or PList. And it exists a lot of grammar with TextMate (JSON, XML, C#, TypeScript, etc)
If you wish to support TextMate gram…
-
* **Editor name and version**: VS Code
* **Platform**: Any
* **Color scheme**: Any
* **MagicPython version**:
* **A sreenshot**:
* **5-10 lines of surrounding code**:
VS Code includes a T…
-
I realize that the TextMate grammar for Python ships with VS Code and the code is in the [MagicPython repo](https://github.com/MagicStack/MagicPython), but I'm filing this here because the Pylance tea…
-
## Flavor Request
Apologies as I'm not honestly sure how to ask this question, but here's what I'm trying to figure out:
I'm trying to write a VSCode Textmate Grammar-based language for VSCode…
-
### Non-issue example:
Adding scopes to the this capture group `(a)+` will only apply the scopes to the last match. While annoying, that behavior is the expected behavior and it's easy enough to wo…
-
### Thanks in advance for your bug report!
- [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)?
- [X] Have you used t…
-
Problem: "c++.json" file in ".\test-cases\themes\syntaxes" can not be parsed to a grammar, using the way the readme.md file says.
I called loadGrammar method to parse this grammar file, **But the…
-
The following syntax highlighting in VS Code looks off:
![1](https://github.com/user-attachments/assets/a40bdb6a-a219-4caf-b26c-b0a4afb50cf4)
![2](https://github.com/user-attachments…
-
From @swbrenneis in https://github.com/microsoft/vscode/issues/79640
Paste the following into a java file:
```java
package org.mytest;
class MyTest {
void doMyTest() {
testString…
-
### IMPORTANT: Some issues have already been fixed!
If you’re still on the regular 1.113 release, you might be suffering from a problem that has already been fixed. Many fixes landed on `master` in…