mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
editorconfig: allow empty alternates (#14107)
This commit is contained in:
committed by
GitHub
parent
d9fe4798fa
commit
2d5a19f081
@@ -228,6 +228,7 @@ impl FromStr for Ini {
|
||||
let glob = GlobBuilder::new(&glob_str)
|
||||
.literal_separator(true)
|
||||
.backslash_escape(true)
|
||||
.empty_alternates(true)
|
||||
.build()?;
|
||||
ini.sections.push(Section {
|
||||
glob: glob.compile_matcher(),
|
||||
|
Reference in New Issue
Block a user