fix: change the order of double quote rule

make the rule " for all file first then user can modify it
This commit is contained in:
zztrieuzz 2021-12-23 05:58:05 +07:00
parent 94a4fa4b9f
commit 38f08137d4

View File

@ -37,9 +37,9 @@ local function setup(opt)
:with_pair(cond.not_before_regex("[%w<&]"))
:with_pair(cond.not_after_text(">")),
basic("`", "`"),
basic('"', '"','-vim'),
basic('"', '"','vim')
:with_pair(cond.not_before_regex("^%s*$", -1)),
basic('"', '"','-vim'),
bracket("(", ")"),
bracket("[", "]"),
bracket("{", "}"),