Skip to content
Snippets Groups Projects
Commit 9a9768e9 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

ajout du mot clé: void

parent d999302f
No related branches found
No related tags found
No related merge requests found
......@@ -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
'(":" "," ";" "{" "}" "->" "<=" ">=" "=" "+" "-" "*" "/" "<" ">" "^"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment