RedCMD
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: 
related? https://github.com/microsoft/vscode/issues/80976
> 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? 