aboutsummaryrefslogtreecommitdiff
path: root/plugins/editorconfig/parser.lua
diff options
context:
space:
mode:
authorjgmdev <jgmdev@gmail.com>2023-05-27 19:32:29 -0400
committerjgmdev <jgmdev@gmail.com>2023-05-27 19:33:13 -0400
commit22e1592c4d875a7d4471a1d8a248e279c4b3e9dc (patch)
tree1f68a6225397d5c7570ef17812e91d8b02989f31 /plugins/editorconfig/parser.lua
parent6206e7cdeda9d5f3caca50c9cbdc6f88f9ff47db (diff)
downloadpragtical-plugins-22e1592c4d875a7d4471a1d8a248e279c4b3e9dc.tar.gz
pragtical-plugins-22e1592c4d875a7d4471a1d8a248e279c4b3e9dc.zip
editorconfig: added charset support
Diffstat (limited to 'plugins/editorconfig/parser.lua')
-rw-r--r--plugins/editorconfig/parser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/editorconfig/parser.lua b/plugins/editorconfig/parser.lua
index b0ec689..a049c31 100644
--- a/plugins/editorconfig/parser.lua
+++ b/plugins/editorconfig/parser.lua
@@ -12,7 +12,7 @@ for i, argument in ipairs(ARGS) do
end
end
----Logger that will output using lite-xl logging functions or print to
+---Logger that will output using pragtical logging functions or print to
---terminal if the parser is running in standalone mode.
---@param type "log" | "error"
---@param format string