Microsoft/monaco-editor

[Bug] Incorrect Pascal string formatting

Open

#5,086 opened on 2025年11月5日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (1,283 forks)batch import
help wantedlanguages-basic

Repository metrics

Stars
 (14,836 stars)
PR merge metrics
 (平均マージ 6h 26m) (30d で 15 merged PRs)

説明

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 Link

This issue is for Pascal

Only one format of pascal comments is working. Parentheses with Asterisks (* *) are not working, Curly Braces { } are working.

Monaco Editor Playground Code

{ TODO -oUser -cConsole Main : Insert code here }
(* TODO -oUser -cConsole Main : Insert code here *)

Reproduction Steps

Actual (Problematic) Behavior

No response

Expected Behavior

No response

Additional Context

No response

コントリビューターガイド