Open xork242 opened 2 years ago
This got me today as well.
I have switched to a fork of this repo, and with that the code above is correctly highlighted: https://github.com/tmichel/sublime-terraform
For the record, it breaks on the line with "Statement": [
.
I have a long .tf file where the syntax highlighting is breaking at 2 different points.
In this first snippet, I get an error that no matching bracket is found and the color highlighting changes afterwards, all bracket matching afterwards breaks:
In this second section, all color highlighting completely goes away:
Would it be possible to update the plugin to account for this usage? Any other suggestions?
Thanks!