Add name to plain text fallback syntax
This commit is contained in:
@@ -3,7 +3,7 @@ local common = require "core.common"
|
|||||||
local syntax = {}
|
local syntax = {}
|
||||||
syntax.items = {}
|
syntax.items = {}
|
||||||
|
|
||||||
local plain_text_syntax = { patterns = {}, symbols = {} }
|
local plain_text_syntax = { name = "Plain Text", patterns = {}, symbols = {} }
|
||||||
|
|
||||||
|
|
||||||
function syntax.add(t)
|
function syntax.add(t)
|
||||||
|
|||||||
Reference in New Issue
Block a user