Thanks for the plugin, but I have a problem with vue SFC file.
In the code above, I have 4 spaces for <template> and <style>, but 2 spaces for <script> tag, but the color still changes per 4 spaces in <script> tag.
The plugin is working good in .js file with 2 spaces indent size, but not in the file that with different indent size in different sections.
Thanks for the plugin, but I have a problem with vue SFC file. In the code above, I have 4 spaces for
<template>
and<style>
, but 2 spaces for<script>
tag, but the color still changes per 4 spaces in<script>
tag. The plugin is working good in.js
file with 2 spaces indent size, but not in the file that with different indent size in different sections.