Add names to language plugins
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
local syntax = require "core.syntax"
|
||||
|
||||
syntax.add {
|
||||
name = "Python",
|
||||
files = { "%.py$", "%.pyw$" },
|
||||
headers = "^#!.*[ /]python",
|
||||
comment = "#",
|
||||
|
||||
Reference in New Issue
Block a user