lazarus/examples/SynEdit/NewHighlighterTutorial
2017-05-11 09:04:51 +00:00
..
contexthl.pas
foldhl.pas SynEdit, Examples: fix syn hl example / register attributes 2016-03-21 19:59:59 +00:00
HighlighterTutorial.lpi Examples: Remove PathDelim and LaunchingApplication settings from the projects. 2017-05-11 09:04:51 +00:00
HighlighterTutorial.lpr Examples: Remove PathDelim and LaunchingApplication settings from the projects. 2017-05-11 09:04:51 +00:00
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.