We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Including a heredoc in an HCL file causes this plugin to highlight everything after the heredoc as a string.
Update: Only happens if there is white space before the end delimiter of the HEREDOC
The text was updated successfully, but these errors were encountered:
According to syntax:
Multi-line strings start with <<EOF at the end of a line, and end with EOF on its own line (here documents).
It states that "EOF must be on its own line", i.e. it ends when a line is found containing only EOF (so no whitespace, or other things)
So I do not think this is a bug...?
Sorry, something went wrong.
No branches or pull requests
Including a heredoc in an HCL file causes this plugin to highlight everything after the heredoc as a string.
Update: Only happens if there is white space before the end delimiter of the HEREDOC
The text was updated successfully, but these errors were encountered: