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

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

[nongnu] elpa/raku-mode 9f07c8b52a 139/253: Highlight 'unit' keyword


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 9f07c8b52a 139/253: Highlight 'unit' keyword
Date: Sat, 29 Jan 2022 08:28:49 -0500 (EST)

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

    Highlight 'unit' keyword
---
 perl6-font-lock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl6-font-lock.el b/perl6-font-lock.el
index 8be89f5b3f..0f77f6dec0 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -160,7 +160,7 @@
          . ,(rx (or "module" "class" "role" "package" "enum" "grammar" "slang"
                     "subset")))
         (rule . ,(rx (or "regex" "rule" "token")))
-        (include . ,(rx (or "use" "require")))
+        (include . ,(rx (or "use" "require unit")))
         (conditional . ,(rx (or "if" "else" "elsif" "unless")))
         (scope . ,(rx (or "let" "my" "our" "state" "temp" "has" "constant")))
         (loop . ,(rx (or "for" "loop" "repeat" "while" "until" "gather" 
"given")))



reply via email to

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