mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Added AVX 512 types to C++ syntax highlighting
This commit is contained in:
parent
35eb0efbc0
commit
9d3404c134
1 changed files with 3 additions and 0 deletions
|
|
@ -197,6 +197,9 @@ export const language = <languages.IMonarchLanguage>{
|
|||
'__m256',
|
||||
'__m256d',
|
||||
'__m256i',
|
||||
'__m512',
|
||||
'__m512d',
|
||||
'__m512i',
|
||||
'__m64',
|
||||
'__multiple_inheritance',
|
||||
'__newslot',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue