.dir-locals.el: Fix value for bug-reference-bug-regexp.

* .dir-locals.el (bug-reference-bug-regexp): Add needed grouping constructs to
regex

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
Morgan Smith 2023-07-04 12:45:05 -04:00 committed by Jonathan Brielmaier
parent 27e966f586
commit 5622013d28
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -9,7 +9,7 @@
;; For use with 'bug-reference-prog-mode'.
(bug-reference-url-format . "https://gitlab.com/nonguix/nonguix/issues/%s")
(bug-reference-bug-regexp
. "#[0-9]+")))
. "\\(#\\([0-9]+\\)\\)")))
(c-mode . ((c-file-style . "gnu")))
(scheme-mode
.