editorconfig-core-c
editorconfig-core-c copied to clipboard
EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)
On [sourceforge download page](https://sourceforge.net/projects/editorconfig/files/EditorConfig-C-Core/), no update to v0.12.2. I found binaries, but they are v0.12.1. a below list need to update to latest editorconfig core - [Debian](https://packages.debian.org/stretch/editorconfig) = v0.12.1 -...
The reference implementation does not treat a '*' character as a literal character inside brackets. ### Current behavior ``` pattern = "ab[e*]cd.i"; // matches: "ab[e]cd.i" "ab[[]cd.i" "ab[^]cd.i" "ab[/]cd.i" "ab[[]cd.i" "ab[e[^/e[e]cd.i"...
According to @lowjoel in https://github.com/editorconfig/editorconfig-notepad-plus-plus/issues/39#issuecomment-1774262764 the path splitting algorithm at https://github.com/editorconfig/editorconfig-core-c/blob/082268b/src/lib/editorconfig.c#L519 isn't UNC-aware.