language_md: add nix code block highlighting (#1323)
This commit is contained in:
parent
8c4f093c41
commit
75b6173dc9
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue