rainbow
rainbow copied to clipboard
Several identical tags in the configuration file.
Hi, I'm making a configuration file with lots of parts in it. I will use this for telnet. The file looks like this (for example):
[filters] #part1 bold: Index #part2 bold: down
With this arrangement, only the last filter tag is triggered. How can I use multiple identical tags in the same configuration file?
P.S. Sorry for my english, this is Google translator.
You can do like this as a workaround:
[filters]
bold: Index|down
See builtin configs for examples.
Related: #2
It is not comfortable. The parts look better. I understand this is due to the peculiarity of the configparser. Maybe you can fix it?