-
Notifications
You must be signed in to change notification settings - Fork 12
Enhancement: Interactive Shell with Syntax Highlighting #580
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
Merged
tnaum-ms
merged 18 commits into
rel/release_0.8.0
from
dev/tnaum/query-syntax-highlight-shell
Apr 15, 2026
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
78b22d1
Feature: Implement real-time syntax highlighting for interactive shel…
tnaum-ms 080c268
WI-1: Add vendored Monarch tokenizer rules for shell syntax highlighting
tnaum-ms 874c67d
WI-2: Add Monarch state-machine executor with tests
tnaum-ms eba11dd
WI-3: Add token-to-ANSI colorizer with tests
tnaum-ms 7e2bb3c
WI-4a/b/c/e: Re-rendering infrastructure in ShellInputHandler
tnaum-ms bcb5f5c
WI-4d: Wire up highlighting in DocumentDBShellPty + integrated tests
tnaum-ms 31c902d
Final cleanup: lint fixes, l10n regeneration, completion checklist
tnaum-ms e138534
Add manual test plan for interactive shell syntax highlighting
tnaum-ms edaa1c0
Add tests to verify ANSI code suppression when colorization is disabled
tnaum-ms a919258
Merge branch 'rel/release_0.8.0' of https://github.com/microsoft/vsco…
tnaum-ms eba9286
fix(I-01/C-02): remove spurious space in regexpesc regex
tnaum-ms cad3ae1
fix(I-02): update misleading comment about @name resolution
tnaum-ms af0a427
fix(I-03/C-01): include rules identity in tokenizer cache key
tnaum-ms 6c35419
fix(I-04): rename input_indexOf to inputIndexOf
tnaum-ms 50c0173
fix(I-08): document key order dependency in actionCases
tnaum-ms 6c2e7e4
fix(I-10/I-11): wrap-aware reRenderLine with display width
tnaum-ms 63c8f4f
fix(I-12): route completion/ghost-text through colorize path
tnaum-ms b4bc19d
docs: update PR review with fix log and commit references
tnaum-ms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
315 changes: 315 additions & 0 deletions
315
docs/ai-and-plans/shell-syntax-highlighting/pr-review.md
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.