diff options
Diffstat (limited to 'edconf.lua')
-rw-r--r-- | edconf.lua | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -37,12 +37,7 @@ OPTIONS = { -- max_line_length } --- Uses editorconfig-core-lua's as yet unreleased iterator API ---function ec_iter(p) do --- return ec.open(p) ---end - --- Compatible with editorconfig-core-lua v0.1.1 +-- Compatible with editorconfig-core-lua v0.3.0 function ec_iter(p) i = 0 props, keys = ec.parse(p) |