keymap_ui: Syntax highlight context (#33864)

Closes #ISSUE

Uses Rust for syntax highlighting of context in the keymap editor.
Future pass will improve color choice to make colors less abrasive

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Ben Kunkle 2025-07-03 12:26:35 -05:00 committed by GitHub
parent 4e6b7ee3ea
commit fcdd99e244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 50 additions and 8 deletions

1
Cargo.lock generated
View file

@ -14590,6 +14590,7 @@ dependencies = [
"settings",
"theme",
"tree-sitter-json",
"tree-sitter-rust",
"ui",
"util",
"workspace",