Skip to content

Conversation

@tekand
Copy link

@tekand tekand commented Dec 9, 2025

They are treated as HTML tags when inside of <pre>. Changing the syntax highlighting to triple ticks. Making syntax highlighting consistent, ABAP vs ABAP-CDS.

Example:
Exercise 6.1.2: Implement the Action Method

Field symbol definition shows up as:

LOOP AT travels ASSIGNING FIELD-SYMBOL().  
      DATA(reduced_fee) = -BookingFee * ( 1 - 3 / 10 ) .  

      APPEND VALUE #( %tky       = -%tky
                    BookingFee = reduced_fee
                  ) TO travels_for_update.
ENDLOOP.

They are treated as HTML tags when inside of <pre>. Changing the syntax highlighting to triple ticks.
Make syntax highlighting consistent, ABAP vs ABAP-CDS
@cla-assistant
Copy link

cla-assistant bot commented Dec 9, 2025

CLA assistant check
All committers have signed the CLA.

@cla-assistant
Copy link

cla-assistant bot commented Dec 9, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant