-
# Basic informations
- **OS:** [Arch Linux x64]
- **VSCode version:** Latest (vscodium-bin)
- **Extension version:** Latest (7.0.0)
# Further Information
Right after i open any folder, the ex…
-
### Describe the highlighting problem
I noticed that latex is very sparely highlighted. I thought I'd remembered it to be better.
For example, for '\section{title}' only the curly brackets have th…
-
Is it possible to set up so that when a player comes to the server again, the set skins are loaded automatically or remain saved?
-
Currently there are [4 different language types: data, programming, markup, prose or nill][language types]. When a language is not considered a programming, markup or prose language it is typically cl…
-
```c
stock bool LibModSys_GetModulesByPriority(ManagerID id, PluginModule[] modules, int num_modules) {
...
} else if( modules[n].priority < modules[i].priority ) {
…
-
### Describe the bug
Yesterday I realized that nvim crashes when I delete (`dd`) lines in a `` block in a svelte file. Sadly I cannot find an error message, nvim just drops back to the shell.
I ba…
-
R language isn't included in markdown-gfm-recognized-languages
## Expected Behavior
The list in `markdown-gfm-recognized-languages` includes the item "R"
## Actual Behavior
It does not exi…
-
Hello, thank you so much for developing awesome plugin!
I just looked into CounterStrikeSharp, so I'm sorry if somebody talked about it already.
I was developing multiple get5-integrated webpanel …
-
### Describe the highlighting problem
Python staticmethod, classmethod, and property are builtin functions usable as decorators and they should have same highlighting.
### Example snippet that c…
-
master, 1.11-dev
code:
```sourcepawn
enum struct A
{
int b[1];
}
public void main()
{
A a;
a.b[0] = 0;
a.b[0][0] = 0;
a.b[0][0][0] = 0;
a.b[0][0][0][0] = 0;
}
…