diff --git a/data/plugins/language_md.lua b/data/plugins/language_md.lua index f0b5e66d..9f0f14e6 100644 --- a/data/plugins/language_md.lua +++ b/data/plugins/language_md.lua @@ -6,6 +6,7 @@ syntax.add { { pattern = "\\.", type = "normal" }, { pattern = { "" }, type = "comment" }, { pattern = { "```", "```" }, type = "string" }, + { pattern = { "``", "``", "\\" }, type = "string" }, { pattern = { "`", "`", "\\" }, type = "string" }, { pattern = { "~~", "~~", "\\" }, type = "keyword2" }, { pattern = "%-%-%-+", type = "comment" },