mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Previously regex was injected only into raw string literals. Regex::new(r"[a-z]") // was highlighted Regex::new("[a-z]") // is now also highlighted