vue-syntax-highlight icon indicating copy to clipboard operation
vue-syntax-highlight copied to clipboard

No script highlighting for <script type="text/babel">

Open RSeidelsohn opened this issue 3 years ago • 1 comments
trafficstars

When in the <script> tag inside the vue file I set the type attribute to "text/babel", I lose JS syntax highlighting completely, which is a bummer. vue-syntax-highlight should simply use the JS highlighting for the script type "text/babel".

RSeidelsohn avatar Sep 21 '22 12:09 RSeidelsohn

Should have been fixed upstream via https://github.com/sublimehq/Packages/pull/3652.

FichteFoll avatar Oct 27 '23 14:10 FichteFoll