from the next Cud update, lite lexer 'Ini files ^' & ini-tree-helper will allow
- sections with trailing spaces
- keys with any chars before '=' - were supported already
How to edit a lexer
Re: How to edit a lexer
Thank you. Just one more though if that's ok...
Allow comments on a line after a section name:
[SectionName] <--any number of spaces--> ; Comment here
Thanks again!
Allow comments on a line after a section name:
[SectionName] <--any number of spaces--> ; Comment here
Thanks again!
Live for an ideal and leave no place in the mind for anything else.
-
- Posts: 2531
- Joined: 25.08.2021 18:15
Re: How to edit a lexer
I doubt other editors (many of them) support comments after sections. Ini format is not well described.
GEdit on Linux don't support it.
GEdit on Linux don't support it.
Re: How to edit a lexer
Ok, no worries 

Live for an ideal and leave no place in the mind for anything else.