emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/raku-mode 47cda8e430 163/253: add optional leading bang fo


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 47cda8e430 163/253: add optional leading bang for private method names
Date: Sat, 29 Jan 2022 08:28:54 -0500 (EST)

branch: elpa/raku-mode
commit 47cda8e4302a315a6648a3293fd01347f60843f6
Author: Tom Browder <tom.browder@gmail.com>
Commit: Tom Browder <tom.browder@gmail.com>

    add optional leading bang for private method names
---
 perl6-imenu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/perl6-imenu.el b/perl6-imenu.el
index 68f1a9bfc3..075b6347a8 100644
--- a/perl6-imenu.el
+++ b/perl6-imenu.el
@@ -48,6 +48,7 @@
                                  ; must have one of the five type identifiers
                                  ; followed by at least one space:
    
"\\(?:multi\\s-+sub\\|multi\\s-+method\\|sub\\|method\\|multi\\|proto\\)\\s-+"
+   "\\!?"                        ; optional private marker
    "\\("                         ; start capture group 1 for the sub name
    perl6-name-regex
    "\\|"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]