- Fix top level function colorization.
- Fix naming of for top level objects
- Removed support for vue's
<template>
(Caused issue's with other vue properties) - Added support for vue code in templates.
- Anything within 'template: ` ... ` ' will show as vue html code.
...
template: `
THIS IS HTML AND WILL SHOW AS HTML
`
- Added support for vue's
<template>
- Initial release