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:
parent
565a063231
commit
df8f650319
3 changed files with 9 additions and 0 deletions
|
@ -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' }
|
||||
],
|
||||
|
|
4
gui/app/components/ui/ui-progress.js
Normal file
4
gui/app/components/ui/ui-progress.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import Component from '@ember/component';
|
||||
|
||||
export default Component.extend({
|
||||
});
|
4
gui/app/components/ui/ui-tooltip.js
Normal file
4
gui/app/components/ui/ui-tooltip.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import Component from '@ember/component';
|
||||
|
||||
export default Component.extend({
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue