I'm trying to make my .vue components from Vue.js have their good syntactic coloration on Cloud9. Since the file is kind of oddly structured (<template>
for template html, <script>
for JavaScript and <style>
for CSS, the file must be parsed in three different ways.
Is it possible and if so, how?