RedCMD
RedCMD
I haven't test it but you do have 2 errors in `"path-attribute"`  and I think you mean `$` for end of line, instead of `^`; start of line 
> 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% 
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...