From ebd94b42503134b62270f15a314697f933390281 Mon Sep 17 00:00:00 2001 From: drwshh <67403732+drwshh@users.noreply.github.com> Date: Fri, 14 Jan 2022 15:56:15 +0800 Subject: 'elsif' is not a keyword in batch language --- plugins/language_batch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3