Description for example

git-svn-id: trunk@32960 -
This commit is contained in:
martin 2011-10-18 12:33:59 +00:00
parent 8a7cb1120a
commit 66b25485f9
2 changed files with 7 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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

View 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.