diff --git a/plugin/local/code/inner/syntax.js b/plugin/local/code/inner/syntax.js index f2f9d3e9..3c90f548 100644 --- a/plugin/local/code/inner/syntax.js +++ b/plugin/local/code/inner/syntax.js @@ -206,6 +206,10 @@ Volcanos(chat.ONSYNTAX, { "grep": code.FUNCTION, "/dev/null": code.CONSTANT, + "/dev/stdout": code.CONSTANT, + "/dev/stderr": code.CONSTANT, + "false": code.CONSTANT, + "true": code.CONSTANT, "DEBUG": code.CONSTANT, "EXIT": code.CONSTANT, },