mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-22 01:51:29 +02:00
Description for example
git-svn-id: trunk@32960 -
This commit is contained in:
parent
8a7cb1120a
commit
66b25485f9
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3218,6 +3218,7 @@ examples/SynEdit/Completion/SynCompletionSample.lpr svneol=native#text/pascal
|
||||
examples/SynEdit/Completion/SynCompletionSample.res -text
|
||||
examples/SynEdit/Completion/unit1.lfm svneol=native#text/plain
|
||||
examples/SynEdit/Completion/unit1.pas svneol=native#text/pascal
|
||||
examples/SynEdit/SynAnyHighlighter/README.txt svneol=native#text/plain
|
||||
examples/SynEdit/SynAnyHighlighter/synanysynhighlighter.lpi svneol=native#text/plain
|
||||
examples/SynEdit/SynAnyHighlighter/synanysynhighlighter.lpr svneol=native#text/plain
|
||||
examples/SynEdit/SynAnyHighlighter/unit1.lfm svneol=native#text/plain
|
||||
|
6
examples/SynEdit/SynAnyHighlighter/README.txt
Normal file
6
examples/SynEdit/SynAnyHighlighter/README.txt
Normal file
@ -0,0 +1,6 @@
|
||||
Example for SynEdit's Highlighter: TSynAnySyn
|
||||
(SynEdit is the editor used by the IDE)
|
||||
|
||||
TSynAnySyn allows to highlight specific words in the text.
|
||||
For example, it can be used to highlight every occurrence of 'Lazarus' in a specific color.
|
||||
|
Loading…
Reference in New Issue
Block a user