.. | |||
tests | 5 months ago | ||
README.md | 5 months ago | ||
init.lua | 5 months ago | ||
parser.lua | 5 months ago | ||
runtest.lua | 5 months ago |
This plugin implements the EditorConfig spec purely on lua by leveraging lua patterns and the regex engine on lite-xl. Installing additional dependencies is not required.
The EditorConfig spec was implemented as best understood, if you find any bugs please report them on this repository issue tracker.
Global options:
Applied to documents indent info:
Applied on document save:
cr
it is ignoredThis plugin includes a test suite to check how well the .editorconfig parser is working.
The editorconfig-core-test glob, parser and properties cmake tests where ported and we are getting a 100% pass rate.
If you are interested in running the test suite, from the terminal execute the following:
lite-xl test editorconfig
To inspect the generated sections and regex rules:
lite-xl test editorconfig --parsers