Added double-backtick support to language_md plugin

Resolves #80
This commit is contained in:
rxi 2020-05-11 20:31:35 +01:00
parent af36658e68
commit ff2c7bf5e5
1 changed files with 1 additions and 0 deletions

View File

@ -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" },