diff --git a/plugins/language_ini.lua b/plugins/language_ini.lua index df2a46f9..5035af75 100644 --- a/plugins/language_ini.lua +++ b/plugins/language_ini.lua @@ -4,7 +4,7 @@ local syntax = require "core.syntax" syntax.add { name = "INI", - files = { "%.ini$", "%.inf$", "%.cfg$", "%.editorconfig$", "%.theme$", "%.dockitem$" }, + files = { "%.ini$", "%.inf$", "%.cfg$", "%.editorconfig$", "%.theme$", "%.dockitem$", "%.desktop$" }, comment = ';', patterns = { { pattern = ";.*", type = "comment" },