mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +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' }
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue