diff options
-rw-r--r-- | plugins/language_batch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/language_batch.lua b/plugins/language_batch.lua index f9b9c4f..13753cf 100644 --- a/plugins/language_batch.lua +++ b/plugins/language_batch.lua @@ -6,7 +6,7 @@ local syntax = require "core.syntax" -- windows batch files use caseless matching for symbols local symtable = { ["keyword"] = { - "if", "else", "elsif", "not", "for", "do", "in", + "if", "else", "not", "for", "do", "in", "equ", "neq", "lss", "leq", "gtr", "geq", -- == != < <= > >= "nul", "con", "prn", "prn", "lpt1", "com1", "com2", "com3", "com4", "exist", "defined", |