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
@@ -2,6 +2,7 @@
local syntax = require "core.syntax"
syntax.add {
name = "C",
files = { "%.c$", "%.h$", "%.inl$" },
comment = "//",
patterns = {