diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2021-11-21 03:36:02 +0100 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2021-11-21 03:36:02 +0100 |
commit | 330da1ed0bdd316399ad5cdc00c006a98394bd6a (patch) | |
tree | 69b8d5596ff97721db5789d073ffdedfca0ceb58 /plugins/language_toml.lua | |
parent | bc0a289a79294445de9b0001bdaada93d801dadd (diff) | |
download | lite-xl-plugins-330da1ed0bdd316399ad5cdc00c006a98394bd6a.tar.gz lite-xl-plugins-330da1ed0bdd316399ad5cdc00c006a98394bd6a.zip |
Add names to language plugins
Diffstat (limited to 'plugins/language_toml.lua')
-rw-r--r-- | plugins/language_toml.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_toml.lua b/plugins/language_toml.lua index 3774dfb..2b7fd01 100644 --- a/plugins/language_toml.lua +++ b/plugins/language_toml.lua @@ -3,6 +3,7 @@ local syntax = require "core.syntax" syntax.add { + name = "TOML", files = { "%.toml$" }, comment = '#', patterns = { |