1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 14:19:43 +02:00

Support VB.NET for code syntax highlighting

This commit is contained in:
HarveyKandola 2021-08-18 19:41:19 -04:00
parent 565a063231
commit df8f650319
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,4 @@
import Component from '@ember/component';
export default Component.extend({
});