mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Fixes microsoft/monaco-editor#2424: Escape consecutive @@
This commit is contained in:
parent
90417ad4ff
commit
d78c032a75
4 changed files with 5 additions and 5 deletions
|
|
@ -200,7 +200,7 @@ export const language = <languages.IMonarchLanguage>{
|
|||
|
||||
attribute: [
|
||||
[
|
||||
/\@@identifier/,
|
||||
/@@@identifier/,
|
||||
{
|
||||
cases: {
|
||||
'@attributes': 'keyword.control',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue