support vuejs
See original GitHub issueSettings
Example:
case 'scss':
languageId = 'css';
case 'css':
beatiFunc = jsbeautify.css;
break;
case 'json':
languageId = 'javascript';
case 'javascript':
beatiFunc = jsbeautify.js;
break;
case 'html':
beatiFunc = jsbeautify.html;
case 'vue':
beatiFunc = jsbeautify.html;
break;
default:
showMesage('Sorry, this language is not supported. Only support Javascript, CSS and HTML.');
break;
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Frequently Asked Questions - Vue.js
What browsers does Vue support? #. The latest version of Vue (3.x) only supports browsers with native ES2015 support. This excludes IE11. Vue...
Read more >Community Guide - Vue.js
Meetups: Want to find local Vue enthusiasts like yourself? Interested in becoming a community leader? We have the help and support you need...
Read more >Vue.js - The Progressive JavaScript Framework | Vue.js
Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation. Performant. Truly reactive, compiler-optimized rendering ...
Read more >Using Vue with TypeScript - Vue.js
Vue is written in TypeScript itself and provides first-class TypeScript support. All official Vue packages come with bundled type declarations that should ...
Read more >Browser Compatibility | Vue CLI
Given that today a good majority of the modern browsers have decent support for native ES2015, it is a waste that we have...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bitwiseman I think they may not have enough free time, please forgive us. 😦
Can’t test on my side we switched to eslint beautifying.