You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid regex in grammar: source.vba (in syntaxes/vba.yaml-tmlanguage) contains a malformed regex (regex "(?i:\b(?:(?<=(Call|Function|Sub)...": lookbehind assertion is not fixed length (at offset 33))
Current Behavior
The regex rule is using a "lookbehind assertion [that] is not fixed length".
Expected Behavior
We should rewrite the rule to avoid using lookbehind by using the "begin/beginCaptures" syntax.
Additional Information
No response
Environment details
NA
The text was updated successfully, but these errors were encountered:
Description and Reproduction Steps
There is currently an outstanding issue with regards to github-linguist: github-linguist/linguist#3924
Current Behavior
The regex rule is using a "lookbehind assertion [that] is not fixed length".
Expected Behavior
We should rewrite the rule to avoid using lookbehind by using the "begin/beginCaptures" syntax.
Additional Information
No response
Environment details
NA
The text was updated successfully, but these errors were encountered: