How to edit a lexer

All questions regarding lexer highlighting schemes are discussed here...
main Alexey
Posts: 2532
Joined: 25.08.2021 18:15

Re: How to edit a lexer

Post by main Alexey »

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
sl23
Posts: 166
Joined: 29.01.2013 10:04

Re: How to edit a lexer

Post by sl23 »

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!
Live for an ideal and leave no place in the mind for anything else.
main Alexey
Posts: 2532
Joined: 25.08.2021 18:15

Re: How to edit a lexer

Post by main Alexey »

I doubt other editors (many of them) support comments after sections. Ini format is not well described.
GEdit on Linux don't support it.
sl23
Posts: 166
Joined: 29.01.2013 10:04

Re: How to edit a lexer

Post by sl23 »

Ok, no worries ;)
Live for an ideal and leave no place in the mind for anything else.
Post Reply