MG: added synhighlighter for cpp and html

git-svn-id: trunk@223 -
This commit is contained in:
lazarus 2001-03-12 23:43:33 +00:00
parent 5c2ae1e0e1
commit 1a9c1259b6
4 changed files with 3935 additions and 2 deletions

2
.gitattributes vendored
View File

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

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff