From 50c9401dcdc0ed8f2df19311d96c73fee590a38b Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Thu, 8 Mar 2018 08:23:31 +0000 Subject: [PATCH] extrasyn: Add readme.txt git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6229 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/extrasyn/readme.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 components/extrasyn/readme.txt diff --git a/components/extrasyn/readme.txt b/components/extrasyn/readme.txt new file mode 100644 index 000000000..aadc43f49 --- /dev/null +++ b/components/extrasyn/readme.txt @@ -0,0 +1,17 @@ +-------------------------------------------------------------------------------- +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. \ No newline at end of file