mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Merge pull request #3286 from jeremy-rifkin/jr/fix/3284
Add AVX 512 types to C++ syntax highlighting
This commit is contained in:
commit
f23f4da42b
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