1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-03-02 13:29:15 +08:00
parent 169d5eadd0
commit bcc466d95d

View File

@ -206,6 +206,10 @@ Volcanos(chat.ONSYNTAX, {
"grep": code.FUNCTION, "grep": code.FUNCTION,
"/dev/null": code.CONSTANT, "/dev/null": code.CONSTANT,
"/dev/stdout": code.CONSTANT,
"/dev/stderr": code.CONSTANT,
"false": code.CONSTANT,
"true": code.CONSTANT,
"DEBUG": code.CONSTANT, "DEBUG": code.CONSTANT,
"EXIT": code.CONSTANT, "EXIT": code.CONSTANT,
}, },