theNewDynamic / language-hugo-vscode

Adds syntax highlighting to Hugo files in VS Code
https://marketplace.visualstudio.com/items?itemName=budparr.language-hugo-vscode
Apache License 2.0
64 stars 20 forks source link

Multi line string are missing syntax highlighting #29

Open Apollo-Roboto opened 1 year ago

Apollo-Roboto commented 1 year ago

Syntax highliting does not cover the multi line string.

Sample code:

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

Screenshot: Screenshot

Apollo-Roboto commented 1 year ago

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