diff options
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 = { |