Skip to content

codemirror: Fix search query syntax highlighting

Administrator requested to merge fkling/35587-search-query-syntax-highlight into main

Created by: fkling

Fixes #35587 (closed)

I didn't port the colors correctly, especially the dark mode ones.

Instead of trying to consolidate the classes with the same color as much as possible I went through the Monaco colors and mapped them 1:1.

Test plan

Inspected regex syntax highlighting in dark mode.

2022-05-18_14-39

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading