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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Is it a good idea to add vue to the fileTypes in the JavaScript grammars? A vue file can also contain html and css. The atom (with atom-vue package installed) does a good job of supporting vue, however, in the <script> section, JavaScript snippets like console.log they are missing.
Summary
Is it a good idea to add
vue
to the fileTypes in the JavaScript grammars? A vue file can also contain html and css. The atom (with atom-vue package installed) does a good job of supporting vue, however, in the<script>
section, JavaScript snippets likeconsole.log
they are missing.https://github.com/atom/language-javascript/blob/master/grammars/javascript.cson
The text was updated successfully, but these errors were encountered: