riot / syntax-highlight

Riot tags syntax rules
MIT License
14 stars 1 forks source link

<script> should be excluded from scope: source.js.embedded.html (Sublime Text) #4

Open Rayraegah opened 7 years ago

Rayraegah commented 7 years ago

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.

image

This however is not a problem in html files.

image

Makes building tools like JSPrettier difficult. See this issue#18

crisward commented 6 years ago

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.