Add ceedump lang#374
Open
1000TurquoisePogs wants to merge 14 commits intov3.x/stagingfrom
Open
Conversation
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
timgerstel
approved these changes
Apr 16, 2026
timgerstel
requested changes
Apr 17, 2026
Contributor
timgerstel
left a comment
There was a problem hiding this comment.
I believe ceedump.ts contains em dashes as well.
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
HLASM hover-help
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Proposed changes
This PR adds a CEEDUMP language mode.
Changes:
webClient/src/app/editor/code-editor/monaco/hiliters/ceedump.ts— new file containing:CEEDUMP_HILITE: Monarch tokenizer covering page banners, section/sub-section headers, register name labels, CEE message identifiers, memory storage hex dumps (with per-byte group highlighting for 32-bit and 64-bit addresses), EBCDIC decoded character columns, compile attributes, traceback status keywords, and inaccessible storage markers.CEE_MESSAGES: Descriptions for some CEE message IDsCEEDUMP_HOVER_DOCS: Hover tooltip content for section headers, linkage terms (DSA, CIB, PSW, ILC, BKC, FWC, NAB, PNAB, UPSTACK DSA, XPLINK DSA), and other CEEDUMP vocabulary.webClient/src/app/editor/code-editor/monaco/monaco.config.ts— registers theceedumplanguage withfilenamePatterns: ['^CEEDUMP\\.']for automatic detection, applies the Monarch tokenizer, registers the hover provider (including per-GPR descriptions for GPR0–15, and FPR/VR entries), and defines theceedump-darktheme.Type of change
PR Checklist
Testing
CEEDUMP.20260401.072907.131080) via the File Explorer or by path. The editor should automatically select the CEEDUMP language mode.CEE3DMP V3 R2.0: …) appear in yellow bold.Traceback:,Information for enclave …, etc.) appear in green.CEE3845I,CEE3204S, etc.) appear in orange.GPR0.....,FPR0.....,VR0......) appear in cyan bold.XXXXXXXX_YYYYYYYY) have the high byte in bright green, high word in medium green, middle byte in cyan, and lower 3 bytes in dark cyan.********inaccessible address markers appear in red.|…|appear in gray italic.Traceback,DSA,CIB,PSW,ILC,NAB, etc.) to see the hover tooltip.GPR13,FPR0,VR0) to see the register role description.CEEDUMP.