lazarus-ccr/components/extrasyn
2022-12-19 18:05:41 +00:00
..
icons extrasyn: Add highlighters for JSON, Verilog, VHDL. Kindly provided by MRisco, issue #18248. Shorten menu in demo program. 2021-08-18 21:27:43 +00:00
SyneditHighlighters syneditextrahighlighters: Fix compilation 2022-12-19 17:57:44 +00:00
TestHighlighters syneditextrahighlighters: Fix compilation 2022-12-19 17:57:44 +00:00
extrahighlighters_dsgn.lpk extrasyn: Set version number to 1.2.1 for next OPM release (noticed inconsistent version numbers in previous releases...) 2022-12-19 18:05:41 +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: Set version number to 1.2.1 for next OPM release (noticed inconsistent version numbers in previous releases...) 2022-12-19 18:05:41 +00:00
extrahighlighters.pas extrasyn: Add highlighters for JSON, Verilog, VHDL. Kindly provided by MRisco, issue #18248. Shorten menu in demo program. 2021-08-18 21:27:43 +00:00
images.res extrasyn: Add highlighters for JSON, Verilog, VHDL. Kindly provided by MRisco, issue #18248. Shorten menu in demo program. 2021-08-18 21:27:43 +00:00
readme.txt extrasyn: Update link to gitlab. 2021-08-18 21:34:50 +00:00
uhighlighterreg.pas extrasyn: Add highlighters for JSON, Verilog, VHDL. Kindly provided by MRisco, issue #18248. Shorten menu in demo program. 2021-08-18 21:27:43 +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://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/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.