lucperkins/vrl-vscode

Fix highlighting of if/else statements

Opened this issue · 3 comments

Highlighting in if/else statements is currently a bit wonky. For example:

Screen Shot 2021-10-08 at 9 41 33 AM

The regexes need to be updated to allow brackets to also mean blocks and not just objects.

any update ?

@mhf-ir Pull requests welcome

Hi there. I am going to be taking a shot at this, since I have started using this extension. Thanks for all your work. Will open a PR when I get some work done on it.