In Lmd syntax editor I would like to have several "keywords list", ei some "keywords" would be in red other would be in green
In fact I would like to show some constants and user methods names in a different color, so I would have 3 "keywords list" :
- Pascal keywords (ex. begin , End, for...)
- User methods (ex. MyMethod)
- Constantes (ex. CsMaxItemHeight).
Comments