RedCMD

Results 231 comments of RedCMD

I haven't test it but you do have 2 errors in `"path-attribute"` ![image](https://github.com/microsoft/vscode-textmate/assets/33529441/747076c3-1737-4c3f-b545-d69aff5084e7) and I think you mean `$` for end of line, instead of `^`; start of line ![image](https://github.com/microsoft/vscode-textmate/assets/33529441/20f9b51c-0e03-43e4-9e15-363d20f34aae)

> How did you get that nice highlighting? My textmate [extension](https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter)

sadly the PHP repo has been archived https://github.com/atom/language-php

I thought TextMate was just a spec but seems to also be a program? idk if this is the official documentation v1: https://macromates.com/manual/en/ v2: https://macromates.com/textmate/manual/ it has its opinions about...

@zm-cttae it does already the problem is that the inner embedded language can push the end pattern outwards which is a feature, not a bug tho not being able to...

Can confirm seems like there are two different points being made 1. `\\k` does not behave the same as `\\2` when backreferencing capture groups between `begin`/`end` rules. I would think...

`1.4.0` is defined as type `string` in YAML 1.2 the [syntax highlighter](https://github.com/textmate/yaml.tmbundle) is outdated; hasn't been updated in 6 years

Vanilla recipes happens when prod is above 20% ![image](https://github.com/ClaudeMetz/FactoryPlanner/assets/33529441/21b69876-76ae-4dc6-b80c-518835b7fb95)

Ruby, Eclipse TM4E must be using an outdated version of oniguruma as the current version of [oniguruma](https://github.com/kkos/oniguruma) does support variable length lookbehinds

I'm not sure what `\x7F-\xFF` corresponds to, but it doesn't seem to be extended-ascii or UTF 8 `\x00-\x7F` does however correspond to ASCII Should probably use `\x{7F}-\x{FF}` instead as it...