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
67 stars 19 forks source link

Support comments that trim leading and/or trailing whitespace #16

Closed jmooring closed 4 years ago

jmooring commented 4 years ago

Golang provides this comment syntax to trim white space that either precedes or follows a comment:

{{- /* Inline comment. */ -}}

{{- /* 
Block comment.
*/ -}}

I will submit a PR later today.