1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-18 20:59: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

@ -106,6 +106,7 @@ export default Component.extend({
{ text: 'SQL', value: 'sql' },
{ text: 'Swift', value: 'swift' },
{ text: 'TypeScript', value: 'typescript' },
{ text: 'VB.Net', value: 'vbnet' },
{ text: 'XML', value: 'markup' },
{ text: 'YAML', value: 'yaml' }
],

View file

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

View file

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