parent
af36658e68
commit
ff2c7bf5e5
|
@ -6,6 +6,7 @@ syntax.add {
|
||||||
{ pattern = "\\.", type = "normal" },
|
{ pattern = "\\.", type = "normal" },
|
||||||
{ pattern = { "<!%-%-", "%-%->" }, type = "comment" },
|
{ pattern = { "<!%-%-", "%-%->" }, type = "comment" },
|
||||||
{ pattern = { "```", "```" }, type = "string" },
|
{ pattern = { "```", "```" }, type = "string" },
|
||||||
|
{ pattern = { "``", "``", "\\" }, type = "string" },
|
||||||
{ pattern = { "`", "`", "\\" }, type = "string" },
|
{ pattern = { "`", "`", "\\" }, type = "string" },
|
||||||
{ pattern = { "~~", "~~", "\\" }, type = "keyword2" },
|
{ pattern = { "~~", "~~", "\\" }, type = "keyword2" },
|
||||||
{ pattern = "%-%-%-+", type = "comment" },
|
{ pattern = "%-%-%-+", type = "comment" },
|
||||||
|
|
Loading…
Reference in New Issue