<div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Nov 21, 2018 at 10:43 AM Dmitry Boyarintsev <<a href="mailto:skalogryz.lists@gmail.com">skalogryz.lists@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>if anyone is interested, I've started a support of editorconfig <br></div><div><a href="https://github.com/skalogryz/editorConfig" target="_blank">https://github.com/skalogryz/editorConfig</a><br></div><div>for Pascal in general (which you can use in your editor project), </div><div>as well as Lazarus IDE extension</div></div></div></blockquote><div><br></div><div>With the last revision made, the code currently satisfies 100% (191 of 191) editorConfig Core tests!</div><div>The code doesn't depend on anything but RTL (classes, sysutils units). </div><div>And some pieces are also written w/o RTL dependency. </div><div><br></div><div>The specs of editorConfig require parsing of file masks, in a certain manner.</div><div>Obviously, since all the tests are being completed, the code is working.</div><div><br></div><div>But are there any Pascal libraries already available that can perform file masks parsing?</div><div>As well as bash expression processing?  Specifically Brace Expansion: <a href="https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html">https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html</a></div><div><br></div><div>thanks,</div><div>Dmitry</div><div><br></div></div></div></div>