Auto formatting and linting tools see <script> tag as part of source.js.embedded.html. Its a problem in .vue syntax, which the riot syntax is written on.
This however is not a problem in html files.
Makes building tools like JSPrettier difficult. See this issue#18
Riot syntax has nothing to do with vue's highlighter that I know of. Though i wrote it a long time ago. I'd happily accept a pull request for this though.
Auto formatting and linting tools see
<script>
tag as part ofsource.js.embedded.html
. Its a problem in .vue syntax, which the riot syntax is written on.This however is not a problem in html files.
Makes building tools like JSPrettier difficult. See this issue#18