From 9a9768e939d327ea847faf8010de41c66def5c0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Del=20Pino?= <stephane.delpino44@gmail.com>
Date: Wed, 8 Mar 2023 08:42:17 +0100
Subject: [PATCH] =?UTF-8?q?ajout=20du=20mot=20cl=C3=A9:=20void?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 extra/pugs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extra/pugs.el b/extra/pugs.el
index 36830ff..47b37a0 100644
--- a/extra/pugs.el
+++ b/extra/pugs.el
@@ -41,7 +41,7 @@ Ask to save the buffer if needed"
   "pugs mode is a major mode for editing pugs files"
   ;; define pugs keywords
   (defvar pugs-keywords
-    '("import" "let" "Z" "N" "B" "R" "string" "and" "or" "xor" "not" "true" "false" "let" "do" "while" "for" "if" "else" "break" "continue" "cout" "cerr" "clog" "+"))
+    '("import" "let" "Z" "N" "B" "R" "string" "and" "or" "xor" "not" "true" "false" "let" "do" "while" "for" "if" "else" "break" "continue" "cout" "cerr" "clog" "void"))
 
   (defvar pugs-special-symbols
     '(":" "," ";" "{" "}" "->" "<=" ">=" "=" "+" "-" "*" "/"  "<" ">" "^"))
-- 
GitLab