lazarus/examples/SynEdit/NewHighlighterTutorial
martin 2035b46c66 Examples/SynEdit: Readme and typo in comment
git-svn-id: trunk@38237 -
2012-08-14 12:53:12 +00:00
..
contexthl.pas
foldhl.pas
HighlighterTutorial.lpi
HighlighterTutorial.lpr
README.txt Examples/SynEdit: Readme and typo in comment 2012-08-14 12:53:12 +00:00
simplehl.pas
unit1.lfm
unit1.pas Examples/SynEdit: Readme and typo in comment 2012-08-14 12:53:12 +00:00

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.