0

I noticed that after activating OmniPascal, all [end] keywords are now in red, no matter what theme I switch to. Is it normal, or I am being stupid and messed sth?? Thank you.

Tried switching themes, uninstalling ([end]s were back to normal) and reinstalling OmniPascal

Keeeth
  • 1
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Dec 27 '22 at 05:25

1 Answers1

0

VSCode native bracket pair colorization doesn't work well with begin/end delimiters.

Add this to VSCode settings.json:

"[objectpascal]": {
  "editor.bracketPairColorization.enabled": false
}