diff options
| author | jgmdev <jgmdev@gmail.com> | 2023-05-27 19:32:29 -0400 |
|---|---|---|
| committer | jgmdev <jgmdev@gmail.com> | 2023-05-27 19:33:13 -0400 |
| commit | 22e1592c4d875a7d4471a1d8a248e279c4b3e9dc (patch) | |
| tree | 1f68a6225397d5c7570ef17812e91d8b02989f31 /plugins/editorconfig/parser.lua | |
| parent | 6206e7cdeda9d5f3caca50c9cbdc6f88f9ff47db (diff) | |
| download | pragtical-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.lua | 2 |
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 |
