Add names to language plugins
This commit is contained in:
@@ -4,6 +4,7 @@ local syntax = require "core.syntax"
|
||||
|
||||
|
||||
syntax.add {
|
||||
name = "Markdown",
|
||||
files = { "%.md$", "%.markdown$" },
|
||||
patterns = {
|
||||
{ pattern = "\\.", type = "normal" },
|
||||
|
||||
Reference in New Issue
Block a user