-
Function call is different from function definition but the extension mark both of them as function definition.
The desired behavior is that function call are differentiated from declaration and thus…
-
It's more easy to see this [shot](https://imgur.com/a/MeU9ouK).
`foreach` should be violet, I suppose.
My system is **macOS**.
Greetings and thank you for excellent job!
-
Current view of a RON file in Github is rather [unusable](https://github.com/redox-os/orbgame/blob/master/examples/adventure/game.ron). Github uses [Linguist](https://github.com/github/linguist) for d…
kvark updated
2 years ago
-
Markdown/CommonMark are hard to syntax highlight _anyway_, and a number of the plugins in #10 change the syntax in a way that is not covered by the existing `ipythongfm` mode. CodeMirror has been a st…
-
Full changelog for Tact v1.5.0: https://github.com/tact-lang/tact/blob/main/CHANGELOG.md#150---2024-09-15
### New Tact features
- `asm` functions: `asm fun keccak256(s: Slice): Int { 1 INT HASHE…
-
### To Reproduce
1. create fumadocs app
```bash
bun create fumadocs-app
```
2.build
```bash
bun run build
```
It is also reproducible in my project.
https://github.com/RUNFUNRUN/blog
#…
-
## Issue Description ##
Syntax highlighting breaks after a specific construct is encountered in the code. This construct also breaks highlighting on GitHub. Originally encountered [here](https://gith…
-
Issue Type: Feature Request
"value" is not highlighted as a keyword, when setting property
Extension version: 1.23.11
VS Code version: Code 1.56.2 (054a9295330880ed74ceaedda236253b4f39a335, 202…
-
Defining a new anonumous object having a field valued by LINQ breaks syntax highlighting.
Steps to reproduce: write the following code
```
public class Program {
[Attribute1]
[Attribu…
-
**Motivation**
Themes depend on Prism producing tokens with specific types (or aliases). Right now, we do not guarantee or document any of those types.
**Description**
Document all standard token…