language-hugo-vscode
language-hugo-vscode copied to clipboard
Multi line string are missing syntax highlighting
Syntax highliting does not cover the multi line string.
Sample code:
{{ $longString := `
This is a
multiline string` }}
Screenshot:

I've created a pull request that seems to have fixed the issues. Some review would be appreciated!