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 Examples: Write your own SynEdit HighLighter 2012-02-03 19:33:35 +00:00
HighlighterTutorial.lpi
HighlighterTutorial.lpr Examples: Write your own SynEdit HighLighter 2012-02-03 19:33:35 +00:00
README.txt
simplehl.pas
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.