stable

Clone or download

Read-only

feat: Syntax highlight query in reading mode

When Cross Tracker Search widget is in display mode, we should have syntax highlighting for the query so that it is more easy for the user to parse the query. Took the opportunity to better distinquish `@title` variable in the query `SELECT @title FROM`. Part of request #39680: Syntax highlight query in reading mode Change-Id: Ibaa5e6b8aa8ed709f0ef6a8b2545bb9ba6ddac15

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Widget/ProjectCrossTrackerSearch.php +12 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.vue +13 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/vite.config.ts +10 −1 Go to diff View file
M src/themes/common/css/_prism-theme-tuleap.scss +1 −1 Go to diff View file