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
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
The text was updated successfully, but these errors were encountered:
Rayraegah
changed the title
<script> should be excluded from scope: source.js.embedded.html
<script> should be excluded from scope: source.js.embedded.html (Sublime Text)
Feb 17, 2017
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
The text was updated successfully, but these errors were encountered: