Carl Morris
Carl Morris
## Bug Description Attempting a subroutine in a lookbehind on PCRE the website reports that the subroutine cannot be used in the lookbehind because it makes it not fixed width...
### Issue Description Just suggesting this as a possible improvement. Very few people might experience any issues with the current code, but it seems to be missing some scenarios that...
Checklist - [X] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - This is based strictly on the tmLanguage file. - [ ] This bug exists for C -...
The `operator` keyword seems to fail to scope and highlight if an unsigned type is specified for a conversion overload in C++. I have included an example of an signed...
**Summary of the new feature** Enhance formatting of continued (multiline) statements (command and expression), combining the PipeLineIndentionStyle with statement continuation. There are a lot of means to continue command statements,...
TextMate seems to lack a means to indicate that a pattern is to be matched only one time, similar to the REGEX `?` quantifier. Without this, it makes some languages...
In the following rule, I am trying to apply two scopes to the same character in the text. Other ways I have attempted to use do not seem to be...
It does not appear that injections are working if the scope selection was applied through a forward match. Its an END rule that forward scopes, `(])(?=(\.(?!\.)|::))|(?>[^\s\p{L},])` on `[math]::hello` it consumes...
In an INCLUDE in the patterns of a repository item, I was trying to find a way to say 'continue the parent rules here' and even though I have looked...
I was analyzing the code and noticed that there is no way to anchor (at start) a pattern inside a capture pattern (sub-tokenizing of a capture). I had not yet...