Closed Danp2 closed 2 years ago
I'm trying to understand how TextMate grammar works, the proposed update fixes this issue, however it introduced other issues, because some regexes supposed to only match beginning of the line, however ^
sign doesn't work when time/process id is shown. Hopefully someone at stackoverflow will give some pointers.
package.json
"match": "^(#[0-9]+: | {4,})?(.*\\t([0-9]+)\\s.*)"
fromvscode-autoit-output.tmLanguage.json
causes any line with a number preceded by a tab to be colored pink. That makes the output from both of these lines pink, which isn't desirable IMO --First item is an easy fix. @vanowm Thoughts on the 2nd item?