summaryrefslogtreecommitdiff
path: root/meta/3rd/lfs
AgeCommit message (Collapse)Author
2023-10-27refactor: replace lfs with LuaCATS submodulecarsakiller
2022-11-23rename `config` to `settings`最萌小汐
2022-11-23change `config.lua` to `config,json`最萌小汐
#1607
2022-11-23change format of `config` in `meta/3rd`最萌小汐
#1607
2022-09-17Use stricter activation pattern for lfs library (#1560)serg3295
* Fixed diagnostics error Blank line in function causes warning. * Use strict pattern to trigger attaching the lfs library Pattern 'lfs%.%w+' is too greedy. A script using the 'lfs' always contains string "requre('lfs')", so new pattern uses 'requre...'
2022-07-19fix typos in annotationserg3295
2022-06-30add 3rd luafilesystemfesily