You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My <template> contents syntax highlighting is working but the contents of <script> and <style> are completely not getting parsed. Am not using Spacemacs, and this is in my init.el:
<script> blocks are only parsed for me if I explicitly specify <script lang="js">. The same is true for templates - I have to do <template lang="html">. I'm not really sure why this is the case, as the regex seems like it shouldn't be requiring the lang specification.
My
<template>
contents syntax highlighting is working but the contents of<script>
and<style>
are completely not getting parsed. Am not using Spacemacs, and this is in myinit.el
:The text was updated successfully, but these errors were encountered: