Skip to content
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

ABAP: Sorted keyword list #3368

Merged
merged 1 commit into from Mar 14, 2022

Conversation

RunDevelopment
Copy link
Member

I just changed the end boundary of the keyword list in ABAP's grammar from \b to (?![\w-]). This makes the whole keyword list sortable and is closer to the real definition of an identifier in ABAP.

@github-actions
Copy link

github-actions bot commented Mar 6, 2022

JS File Size Changes (gzipped)

A total of 1 files have changed, with a combined diff of -289 B (-7.6%).

file master pull size diff % diff
components/prism-abap.min.js 3.81 KB 3.52 KB -289 B -7.6%

Generated by 🚫 dangerJS against 2fe3634

@RunDevelopment RunDevelopment merged commit 7bda2bf into PrismJS:master Mar 14, 2022
@RunDevelopment RunDevelopment deleted the abap-keyword-sort branch March 14, 2022 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants