RedCMD

Results 231 comments of RedCMD

yeah documentation around TextMate is very unpolished and fragmented heres a little snippet on `"while"` https://github.com/jeff-hykin/better-cpp-syntax/blob/fe873cdfacd1df7072e7b8c95df3df369c1ffcaa/documentation/library/textmate_while.md `"whileCaptures"` acts the same as `"endCaptures"`; but for the `"while"` rule instead

I need to setup auto publishing releases and an auto updating changelog

maybe I can take some notes from https://github.com/harrydowning/yaml-embedded-languages/blob/master/.github/workflows/pipeline.yml

Annoying github won't allow you to disable `prerelease Releases` notifications without disabling normal `Releases` notifications https://github.com/orgs/community/discussions/29192 https://github.com/orgs/community/discussions/4993

Vscode Dark++ Theme colours: ![image](https://user-images.githubusercontent.com/33529441/169760937-016fd701-b714-4f04-876a-5c1d9a2e0f01.png)

> Slight hiccup tho, Textmate prioritizes long matches. So matching one-line string (one big chunk) compared to matching just the starting quote, will cause the whole-chunk to "win". I wouldn't...

I'm not sure I understand the problem ```sh =( "${(Q@)${(z@)" "}" ) ``` here we have two opening brackets `{` and only one closing `}` surely this is not valid...

> nested strings inside of string interpolation @jeff-hykin I assume nested strings require double quotes to be backslashed? so something like this would work? puts the string inside a capture,...

what language? ![image](https://github.com/microsoft/vscode/assets/33529441/aa9b2967-b2c3-47f3-959d-7c96a75f2659)