8000 Nested string templates not highlighted correctly · Issue #173 · abaplint/vscode-abaplint · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nested string templates not highlighted correctly #173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pokrakam opened this issue May 8, 2025 · 1 comment
Open

Nested string templates not highlighted correctly #173

pokrakam opened this issue May 8, 2025 · 1 comment

Comments

@pokrakam
Copy link
pokrakam commented May 8, 2025

A nested string template causes the rest of the code to be shown as string. Possibly also has other side effects.

Image

Code:

CLASS main DEFINITION CREATE PUBLIC.

  PUBLIC SECTION.
    METHODS run.
  PROTECTED SECTION.
  PRIVATE SECTION.

ENDCLASS.

CLASS main IMPLEMENTATION.

  METHOD run.
    DATA(foo) = `foo`.
    DATA(foo_up) = |x = { to_upper( |{ foo }| ) }|.
    WRITE / foo_up.
  ENDMETHOD.

ENDCLASS.
@larshp
Copy link
Member
larshp commented May 9, 2025

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants
0