riotjs .tag syntax highlighting

Does anyone happen to know if there is any syntax highlighting available for riotjs tag files in webstorm, or if there are any plans for there to be?

Thanks,
John

1
3 comments

No, there is no way to do this. Please feel free to file a request for Riot framework support to youtrack (
https://youtrack.jetbrains.com/issues/WEB) to let other users vote for it, so that we can see the actual demand for this feature.

0
Avatar
Permanently deleted user

just keep your custom tags in html files and use "--ext html" to compile them

<custom-tag>
     <p>Something great<p>

     <script>
          var self = this;
     </script>
</custom-tag>

0

Or, you could assign the *.tag extension to HTML in Settings->Editor->File Types 

Select HTML from the "Recognized File Types" list (top panel), then add a new item in the "Registered Patterns" list (the second panel) by clicking the "+" button on the right (in the second panel).

1

Please sign in to leave a comment.