pixelb / crudini

A utility for manipulating ini files
GNU General Public License v2.0
433 stars 63 forks source link

Parsing error on some plasma files #96

Open SuperSandro2000 opened 1 year ago

SuperSandro2000 commented 1 year ago

When parsing the following file I receive this error: Error parsing .config/plasmawindowedrc: Source contains parsing errors: '<???>'

.config/plasmawindowedrc

[Applets][3]
immutability=1
plugin=org.kde.plasma.colorpicker

[Applets][3][Configuration]
PreloadWeight=43
geometry=1023,428,467,226

[Applets][3][Configuration][General]
history=#ff6600,#c01c28
 ➜ crudini --version
crudini 0.9.3
pixelb commented 1 year ago

This is due to the [section][hierarchy] used which is not supported. This would be related to issue #48 and may be supported in a similar interface