Microsoft/monaco-editor

Lua syntax colorization not working properly [Bug]

Open

#3,444 建立於 2022年12月1日

在 GitHub 查看
 (0 留言) (2 反應) (0 負責人)JavaScript (1,283 fork)batch import
bughelp wantedlanguages-basic

倉庫指標

Star
 (14,836 star)
PR 合併指標
 (平均合併 6小時 26分鐘) (30 天內合併 15 個 PR)

描述

Reproducible in vscode.dev or in VS Code Desktop?

  • Not reproducible in vscode.dev or VS Code Desktop

Reproducible in the monaco editor playground?

Monaco Editor Playground Code

monaco.editor.create(document.getElementById('container'), {
	value: "local string = \"Hello World\"\nlocal string_2 = [[Hello World]]\nlocal string_3 = [===[Hello World]===]",
	language: 'lua'
});

Reproduction Steps

Run the Monaco Editor playground code.

Actual (Problematic) Behavior

You will see "string_2" and "string_3" don't get string syntax colorization like in vscode.

Expected Behavior

Nested brackets string should have a syntax colorization like quotes.

Additional Context

No response

貢獻者指南