Fixes microsoft/monaco-editor#2424: Escape consecutive @@

This commit is contained in:
Alex Dima 2021-05-12 17:47:22 +02:00
parent 90417ad4ff
commit d78c032a75
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
4 changed files with 5 additions and 5 deletions

View file

@ -200,7 +200,7 @@ export const language = <languages.IMonarchLanguage>{
attribute: [
[
/\@@identifier/,
/@@@identifier/,
{
cases: {
'@attributes': 'keyword.control',