RedCMD

Results 231 comments of RedCMD

a contributing doc to explain how to add tests would have been nice instead of me having to reverse engineer this repo luckily https://github.com/microsoft/vscode-textmate/commit/7640bd6490ad961437a6982d7489e212777df7d8 is a clean commit to copy

@alexdima would you mind having a look thanks this replaces the bad fix 7640bd6 for https://github.com/microsoft/vscode-textmate/issues/66

can confirm ```yaml abc: string # comment foo: bar ``` ![Image](https://github.com/user-attachments/assets/a5fa8c3b-a293-493d-9204-08ad57655d61) I would think this is a upstream issue https://github.com/eemeli/yaml

There are two differences between VSCode TextMate and TextMate2.0 while `while` is being checked, a `\G` anchor is placed at the beginning of the next line. VSCode does not do...

is there an easy way to extract the errors? cause `Error: Invalid group` isn't all too helpful ![image](https://github.com/user-attachments/assets/1a1f2f04-59d3-464c-90fd-d3cd4cd408e8) edit: caused by use of `(?D)` what's the eta on conditionals? I...

I'm removing the occurrences of `\x` and `(?D)` only `(?(` remains I mostly used them in the same way as Swifts for checking if `"` or `

I was gonna wait for https://github.com/slevithan/oniguruma-parser/pull/21 but it seems to be working regardless both in Oniguruma and JavaScript mode

I cannot confirm VSCode 1.100 Windows 11

sadly that cpuprofile shows nothing but I do see that git is extremely slow in your screenshot try disabling git?

@TheHolyMecca would like to provide an update on this issue?