RedCMD

Results 231 comments of RedCMD

there still seems to be a issue with YAML not changing to 2 spaces it (still incorrectly) switches to 4 spaces on reload new bug report?

I cannot confirm ![Image](https://github.com/user-attachments/assets/a20f62ba-f516-4d46-9f14-f1ba5ff8009d) do you have any other injection extensions installed?

Caused by your extension [vscode-angular-html](https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-html) ![Image](https://github.com/user-attachments/assets/e05e56c8-8766-4be0-b7e7-3b3eae54f4cf)

definitely possible. tho it will take some time originally I had thought about doing it but I decided to focus on json cause you needed to run a command to...

for backslash escaping you need a single escape for json characters `bfnrt/"` & `\u0000` double escape for every regex (single) escape `\\` and quad backslash for a single backslash `\\\\`

> implementing the call stack happy to see its in good use 🥳 if you have any suggestions for it. there's #10 slowly getting there currently reusing the json regex...

RedHats yaml extension will now support TextMate 🎉 * https://github.com/redhat-developer/vscode-yaml/pull/1093 * https://github.com/redhat-developer/yaml-language-server/pull/1132 should be available in their next update

can confirm it is a timing based issue 1. double click word 2. hold ctrl and left click mouse i. clicking too fast results in entire line highlighted ii. clicking...

can use begin/while (instead of begin/end) https://github.com/RedCMD/TmLanguage-Syntax-Highlighter/blob/main/documentation/rules.md#while ```json "begin": "//" "while": "^( |\t|$)" ``` here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter