lazarus/examples/SynEdit/NewHighlighterTutorial
2016-03-21 19:59:59 +00:00
..
contexthl.pas
foldhl.pas SynEdit, Examples: fix syn hl example / register attributes 2016-03-21 19:59:59 +00:00
HighlighterTutorial.lpi SynEdit, Examples: fix syn hl example / register attributes 2016-03-21 19:59:59 +00:00
HighlighterTutorial.lpr
README.txt
simplehl.pas SynEdit, Examples: fix syn hl example / register attributes 2016-03-21 19:59:59 +00:00
unit1.lfm
unit1.pas

Example for the "Create your own SynEdit Highlighter" tutorial
(SynEdit is the editor used by the IDE)

The tutorial can be found at http://wiki.lazarus.freepascal.org/SynEdit_Highlighter

It explains the steps required to write your own highlighter from scratch.