lazarus-ccr/components/extrasyn
2018-04-18 23:43:21 +00:00
..
icons extrasyn: add highlighter for gnuplot 2018-03-06 11:07:53 +00:00
SyneditHighlighters extrasyn: rename synedit.inc to extrasyn.inc to avoid compiler warning. 2018-04-18 23:43:21 +00:00
TestHighlighters extrasyn: Less hints and warnings. 2018-03-08 08:58:52 +00:00
extrahighlighters_dsgn.lpk extrasyn: Less hints and warnings. 2018-03-08 08:58:52 +00:00
extrahighlighters_dsgn.pas extrasyn: initial commit (additional synedit highlighters from https://bugs.freepascal.org/view.php?id=18248) 2018-03-04 09:33:24 +00:00
extrahighlighters.lpk extrasyn: Less hints and warnings. 2018-03-08 08:58:52 +00:00
extrahighlighters.pas extrasyn: add highlighter for gnuplot 2018-03-06 11:07:53 +00:00
images.res extrasyn: Add forgotten images.res; remove images.rc and images.lrs. 2018-03-06 12:32:59 +00:00
readme.txt extrasyn: Add readme.txt 2018-03-08 08:23:31 +00:00
uhighlighterreg.pas extrasyn: add highlighter for gnuplot 2018-03-06 11:07:53 +00:00

--------------------------------------------------------------------------------
ExtraSyn
--------------------------------------------------------------------------------

This package contains about 35 highlighters for SynEdit, such as ruby, haskel, 
eiffel, fortran, modula 3, CA-Clipper, prolog, cobol, gnuplot, etc. 

They were provided by various users in bug report 
https://bugs.freepascal.org/view.php?id=18248.

There is a runtime and designtime package: compile the runtime package 
(extrahighlighters.lpk) and install the designtime package
(extrahighlighters_dsgn.lpk).

There is also a test application that creates and loads the highlighters. 
Some of them do not provide sample code and will not show anything in the
test application.