Add names to language plugins

This commit is contained in:
Guldoman
2021-11-21 03:46:43 +01:00
parent a7bbd3d6f7
commit 3176b467ca
9 changed files with 9 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ local syntax = require "core.syntax"
syntax.add {
name = "Markdown",
files = { "%.md$", "%.markdown$" },
patterns = {
{ pattern = "\\.", type = "normal" },