ballerina-platform / lsp4intellij

This language client library provides language server protocol support for IntelliJ IDEA and other Jetbrains IDEs.
Apache License 2.0
428 stars 104 forks source link

Fix incorrect code snippets issue #373

Closed ThemiraChathumina closed 2 months ago

ThemiraChathumina commented 2 months ago

Purpose

Fixes https://github.com/ballerina-platform/lsp4intellij/issues/371

Approach

Updated the regex pattern to match nested braces as well.