language-hugo-vscode
language-hugo-vscode copied to clipboard
Not working inside <style> and <script>
<style>
{{ (resources.Get "style.scss" | toCSS).Content | safeCSS }}
</style>
<script>
{{- $js := resources.Get "script.ts" | js.Build (dict "sourcemap" "inline") -}}
{{ $js.Content | safeJS }}
</script>