language_md: add nix code block highlighting (#1323)

This commit is contained in:
Merlin Volkmer 2023-01-12 15:12:55 +01:00 committed by George Sokianos
parent 8c4f093c41
commit 75b6173dc9
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ syntax.add {
{ pattern = { "```go", "```" }, type = "string", syntax = ".go" },
{ pattern = { "```lobster", "```" }, type = "string", syntax = ".lobster" },
{ pattern = { "```liquid", "```" }, type = "string", syntax = ".liquid" },
{ pattern = { "```nix", "```" }, type = "string", syntax = ".nix" },
{ pattern = { "```", "```" }, type = "string" },
{ pattern = { "``", "``" }, type = "string" },
{ pattern = { "%f[\\`]%`[%S]", "`" }, type = "string" },