Vue's [single file components](https://v1.vuejs.org/guide/application.html) alllows better modularization for large projects
would be nice to have support for it on geany
`Vue.js` is just a library, so the support would be a tags file. You can make one by following the instructions in the Geany Manual. This may not be useful since the Javascript symbols parsing is limited, so you could also make one by hand. When you have a useful tags file you can add it to the wiki.l
We could start by treating .vue files like .html files, to give some basic syntax highlighting.
signed
Adding to comment from @pief , '.vue' files looked much better with xml filetypes.
The .vue extension was assigned to HTML as part of https://github.com/geany/geany/pull/3440
github-comments@lists.geany.org