mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Remove 2 java-only operators from c++ tokenizer
This commit is contained in:
parent
091550e898
commit
d38b385382
1 changed files with 1 additions and 3 deletions
|
|
@ -259,7 +259,6 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'%',
|
'%',
|
||||||
'<<',
|
'<<',
|
||||||
'>>',
|
'>>',
|
||||||
'>>>',
|
|
||||||
'+=',
|
'+=',
|
||||||
'-=',
|
'-=',
|
||||||
'*=',
|
'*=',
|
||||||
|
|
@ -269,8 +268,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'^=',
|
'^=',
|
||||||
'%=',
|
'%=',
|
||||||
'<<=',
|
'<<=',
|
||||||
'>>=',
|
'>>='
|
||||||
'>>>='
|
|
||||||
],
|
],
|
||||||
|
|
||||||
// we include these common regular expressions
|
// we include these common regular expressions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue