10sr 8 лет назад
Родитель
Сommit
a2af093626
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      micro/init.lua

+ 1
- 0
micro/init.lua Просмотреть файл

@@ -1,6 +1,7 @@
-- ec = require("editorconfig_core")

local function getProperties(fullpath)
-- TODO: Avoid command injection vulnerability
local file = io.popen("editorconfig '" .. fullpath .. "'", "r")
local output = file:read("*all")
file:close()


Загрузка…
Отмена
Сохранить