;; A new style that combines substring and pcm might be better,
;; e.g. one that does not anchor to bos.
(project-file (styles substring))
+ (search (styles regexp))
(xref-location (styles substring))
(info-menu (styles basic substring))
(symbol-help (styles basic shorthand substring))
;;; Todo:
;; - Support multi-buffer `search'.
-;; - Add regexp completion style and use it for `search' completion.
;; - Search non-matches.
;; - Highlight subgroups in matches.
;; - Improve documentation.
;; - Support toggling search case sensitivity.
+;; - Lazy-highlight matches while reading search target.
;;; Code: