Open danderson opened 10 months ago
You can use <style> and <script> elements in a templ, and those just embed bog standard CSS and Javascript respectively. templ-ts-mode should assign sub-parsers to those sections, and set up the appropriate font locking and indent rules.
<style>
<script>
templ
You can use
<style>
and<script>
elements in atempl
, and those just embed bog standard CSS and Javascript respectively. templ-ts-mode should assign sub-parsers to those sections, and set up the appropriate font locking and indent rules.