branch: elpa/raku-mode
commit fbe23fa55df74c42f5b07ef1feca48b33f3b0d4f
Author: Hinrik Örn Sigurðsson <hinrik....@gmail.com>
Commit: Hinrik Örn Sigurðsson <hinrik....@gmail.com>

    Require whitespace after (my|our)
---
 perl6-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl6-mode.el b/perl6-mode.el
index 95a6817d77..6b957d7a6e 100644
--- a/perl6-mode.el
+++ b/perl6-mode.el
@@ -63,7 +63,7 @@
   (rx line-start
       (0+ space)
       (or (and "use" (0+ space) "v6")
-          (and (opt (and (or "my" "our") (0+ space)))
+          (and (opt (and (or "my" "our") (1+ space)))
                (or "module" "class" "role" "grammar" "enum" "slang" 
"subset")))))
 
 ;;;###autoload

Reply via email to