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

Not working inside <style> and <script> #25

Open Roffild opened 2 years ago

Roffild commented 2 years ago
<style>
{{ (resources.Get "style.scss" | toCSS).Content | safeCSS }}
</style>

<script>
{{- $js := resources.Get "script.ts" | js.Build (dict "sourcemap" "inline") -}}
{{ $js.Content | safeJS }}
</script>