branch: elpa/raku-mode
commit fd54a7b39711694ea6be71d318fdff2648f0cf56
Author: Dmitry Polyakov <[email protected]>
Commit: Dmitry Polyakov <[email protected]>
add: font lock for quit, doc and close and delete start
---
raku-font-lock.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/raku-font-lock.el b/raku-font-lock.el
index 90b60bc048..a0ca383185 100644
--- a/raku-font-lock.el
+++ b/raku-font-lock.el
@@ -166,9 +166,9 @@
"maybe" "defer" "start" "default" "exit" "make" "continue"
"break" "goto" "leave" "async" "lift")))
(phaser
- . ,(rx (or "BEGIN" "CHECK" "INIT" "START" "FIRST" "ENTER" "LEAVE"
"KEEP"
+ . ,(rx (or "BEGIN" "CHECK" "INIT" "FIRST" "ENTER" "LEAVE" "KEEP"
"UNDO" "NEXT" "LAST" "PRE" "POST" "END" "CATCH" "CONTROL"
- "TEMP")))
+ "TEMP" "QUIT" "DOC" "CLOSE")))
(exception . ,(rx (or "die" "fail" "try" "warn")))
(pragma . ,(rx (or "oo" "fatal")))
(type-constraint