micro
micro copied to clipboard
Enable syntax highlighting for vue files using <script setup> syntax
Addresses the syntax highlighting issue raised in #2381
Thank you for the feedback. I attempted to address your suggestions in my latest commit. I'm also simplifying the <template> section by including the standard html rules. This seems to work better.
@JoeKar Can you have a second look please - seems fine for me. Currently vue syntax highlighting is completely broken because of the issue mentioned in https://github.com/zyedidia/micro/issues/2381.