language-hugo-vscode icon indicating copy to clipboard operation
language-hugo-vscode copied to clipboard

Multi line string are missing syntax highlighting

Open Apollo-Roboto opened this issue 3 years ago • 1 comments

Syntax highliting does not cover the multi line string.

Sample code:

{{ $longString := `
	This is a
	multiline string` }}

Screenshot: Screenshot

Apollo-Roboto avatar Aug 16 '22 15:08 Apollo-Roboto

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

Apollo-Roboto avatar Sep 17 '22 06:09 Apollo-Roboto