mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 06:39:36 +01:00
MG: added synhighlighter for cpp and html
git-svn-id: trunk@223 -
This commit is contained in:
parent
5c2ae1e0e1
commit
1a9c1259b6
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -12,6 +12,8 @@ components/synedit/syneditsearch.pp svneol=native#text/pascal
|
||||
components/synedit/syneditstrconst.pp svneol=native#text/pascal
|
||||
components/synedit/synedittextbuffer.pp svneol=native#text/pascal
|
||||
components/synedit/synedittypes.pp svneol=native#text/pascal
|
||||
components/synedit/synhighlightercpp.pp svneol=native#text/pascal
|
||||
components/synedit/synhighlighterhtml.pp svneol=native#text/pascal
|
||||
components/synedit/synhighlighterpas.pp svneol=native#text/pascal
|
||||
components/synedit/syntextdrawer.pp svneol=native#text/pascal
|
||||
debugger/dbgbreakpoint.pp svneol=native#text/pascal
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
}
|
||||
unit allunits;
|
||||
|
||||
{$mode objfpc}
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
@ -17,7 +17,7 @@ uses
|
||||
syntextdrawer, syneditkeycmds, synedittypes, syneditstrconst,
|
||||
syneditmiscclasses, syneditmiscprocs, syneditsearch, synedittextbuffer,
|
||||
synedit, synhighlighterpas, {synedithighlighter,} syncompletion,
|
||||
syneditautocomplete;
|
||||
syneditautocomplete, synhighlighterhtml, synhighlightercpp;
|
||||
|
||||
implementation
|
||||
|
||||
@ -26,6 +26,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.5 2001/03/12 23:42:40 lazarus
|
||||
MG: added synhighlighter for cpp and html
|
||||
|
||||
Revision 1.4 2001/02/21 22:55:25 lazarus
|
||||
small bugfixes + added TOIOptions
|
||||
|
||||
|
||||
1639
components/synedit/synhighlightercpp.pp
Normal file
1639
components/synedit/synhighlightercpp.pp
Normal file
File diff suppressed because it is too large
Load Diff
2289
components/synedit/synhighlighterhtml.pp
Normal file
2289
components/synedit/synhighlighterhtml.pp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user