mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Add prettier
This commit is contained in:
parent
1ca4a3a0aa
commit
3efc637414
156 changed files with 51562 additions and 37461 deletions
|
|
@ -13,11 +13,9 @@ registerLanguage({
|
|||
loader: () => import('./systemverilog')
|
||||
});
|
||||
|
||||
|
||||
registerLanguage({
|
||||
id: 'verilog',
|
||||
extensions: ['.v', '.vh'],
|
||||
aliases: ['V', 'v', 'Verilog', 'verilog'],
|
||||
loader: () => import('./systemverilog')
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue