I am looking for a tool that will allow me to configure dynamic syntax highlighting rules:
Static syntax highlighting examples (most IDEs already do this).
DYNAMIC syntax highlighting examples
Given the txt line that appears> twice, I want it to be highlighted in purple.
If I click on a block of text, I would like all the txt blocks in one file to be highlighted in green.
I suppose that before someone could create such a marker, but I cannot find anything on the Internet. Any feedback on how:
Can I extend an existing project (ideally, I would like it to be an IDE plugin) to customize my dynamic requirements?
In case 1 does not exist, any template languages ββthat can be most effective for this kind of project? that is, any frames that highlight text βon the flyβ dynamically, while allowing you to edit that are easily expandable.
eclipse dynamic ide syntax-highlighting netbeans
jayunit100
source share