-
The following errors were reported by 5.0.0-dev.20230226
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
Hello, thanks for your plugin! Is it possible to highlight components inside React the same way as html tags are highlighted with `extended_mode = true`?
Have:
![image](https://user-images.githubu…
-
### Describe the bug
After writing this code
```javasctipt
class Maybe {
constructor(value) {
this.value = value;
}
bind = function(func) {
value = func(this.value);
return May…
-
### Describe the bug
The cursorline appears janky with Treesitter when using Vim colorschemes.
### To Reproduce
1. Enable a Vim(script) colorscheme like [dracula theme](https://github.com/dracula/v…
-
### Describe the bug
Intermittently, when starting neovim 0.7.0, treesitter is not properly sourced and fails to highlight.
### To Reproduce
1. execute "nvim file.rs"
2. see that highlighting is m…
-
### What version of Remix are you using?
1.0.4
### Steps to Reproduce
1. Use create-remix to create a project. Select Cloudflare Workers at that time.
2. Install and build prisma.
3. Write …
-
### Describe the bug
When `.go` files get bigger, performance degrades. There will be noticeable input delay up until an unworkable editor if the file gets large enough. I already had a hunch/itch …
-
### Describe the highlighting problem
In Haskell, when I have multiple functions chained together using the $ operator, the outermost function doesn't get highlighted as a `TSFunction`.
### Example …
-
Issue Type: Bug
Typescript language service suddenly dies
VS Code version: Code 1.66.2 (dfd34e8260c270da74b5c2d86d61aee4b6d56977, 2022-04-11T07:49:20.994Z)
OS version: Darwin x64 18.7.0
Restricted …
-
### Describe the bug
I noticed that if I type
```lua
local g = require 'utils'.g
```
the parsing becomes broken until I reload the file.
The only exception is when this kind of call is already…