loganch / AutoIt-VSCode

AutoIt Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=Damien.autoit
MIT License
74 stars 25 forks source link

Colorization issues #120

Closed Danp2 closed 2 years ago

Danp2 commented 2 years ago
Consolewrite("Port: 4444" & @CRLF)
Consolewrite("  123" & @CRLF)

First item is an easy fix. @vanowm Thoughts on the 2nd item?

vanowm commented 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.