You've already forked lazarus-ccr
extrasyn: rename synedit.inc to extrasyn.inc to avoid compiler warning.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6321 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -42,9 +42,10 @@ The highlighter formats 8051 source code highlighting keywords, strings, numbers
|
||||
|
||||
unit SynHighlighter8051;
|
||||
|
||||
//SynEdit.inc is the synedit.inc from laz 1.2.0 synedit package source if it has changed
|
||||
//in newer version you might need to copy it again. Remember to redclare the syn_lazarus define.
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -42,9 +42,10 @@ The highlighter formats Lua Script source code highlighting keywords, strings, n
|
||||
|
||||
unit SynHighlighterLua;
|
||||
|
||||
//SynEdit.inc is the synedit.inc from laz 1.2.0 synedit package source if it has changed
|
||||
//in newer version you might need to copy it again. REmeber to redclare the syn_lazarus define.
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -42,9 +42,10 @@ The highlighter formats Prolog source code highlighting keywords, strings, numbe
|
||||
|
||||
unit SynHighlighterProlog;
|
||||
|
||||
//SynEdit.inc is the synedit.inc from laz 1.2.0 synedit package source if it has changed
|
||||
//in newer version you might need to copy it again. REmeber to redclare the syn_lazarus define.
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -43,7 +43,10 @@ The SynHighlighterADSP21xx unit provides a ADSP21xx DSP assembler highlighter fo
|
||||
}
|
||||
unit SynHighlighterADSP21xx;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -45,7 +45,10 @@ Thanks to Martin Waldenburg, Hideo Koiso.
|
||||
}
|
||||
unit SynHighlighterAsm;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -45,7 +45,10 @@ unit SynHighlighterAWK;
|
||||
|
||||
interface
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
uses
|
||||
Graphics,
|
||||
|
@ -44,7 +44,10 @@ Thanks to Martin Waldenburg.
|
||||
}
|
||||
unit SynHighlighterBaan;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -44,7 +44,10 @@ Thanks to Primoz Gabrijelcic, Andy Jeffries.
|
||||
}
|
||||
unit SynHighlighterCAC;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -45,7 +45,10 @@ Thanks to Martin Waldenburg.
|
||||
|
||||
unit SynHighlighterCache;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -36,7 +36,10 @@ located at http://SynEdit.SourceForge.net
|
||||
-------------------------------------------------------------------------------}
|
||||
unit SynHighlighterCobol;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -48,7 +48,10 @@ Based on SynHighlighterCpp.pas
|
||||
}
|
||||
unit SynHighlighterCS;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -44,7 +44,10 @@ The SynHighlighterDml unit provides SynEdit with a Dml highlighter.
|
||||
}
|
||||
unit SynHighlighterDml;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -43,7 +43,10 @@ The highlighter formats DOT source code ref.: http://www.research.att.com/sw/too
|
||||
}
|
||||
unit SynHighlighterDOT;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -42,7 +42,10 @@ The SynHighlighterEiffel unit provides SynEdit with an Eiffel highlighter.
|
||||
}
|
||||
unit SynHighlighterEiffel;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -44,7 +44,10 @@ Thanks to Martin Waldenburg.
|
||||
}
|
||||
unit SynHighlighterFortran;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -44,7 +44,10 @@ Thanks to Martin Waldenburg.
|
||||
}
|
||||
unit SynHighlighterFoxpro;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -45,7 +45,10 @@ The keywords in the string list KeyWords have to be in UPPERCASE and sorted.
|
||||
}
|
||||
unit SynHighlighterGalaxy;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -47,7 +47,10 @@ The SynHighlighterGeneral unit provides a customizable highlighter for SynEdit.
|
||||
unit SynHighlighterGeneral;
|
||||
{$ENDIF}
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -51,7 +51,10 @@ The SynHighlighterGnuplot unit provides SynEdit with a highlighter for gnuplot.
|
||||
unit synhighlightergnuplot;
|
||||
{$ENDIF}
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -37,7 +37,10 @@ unit SynHighlighterGWS;
|
||||
|
||||
{ This unit provides a syntax highlighter for GW-TEL Scripts }
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -48,7 +48,10 @@ ashley@ashleybrown.co.uk
|
||||
}
|
||||
unit SynHighlighterHaskell;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -44,7 +44,10 @@ The unit SynHighlighterHP48 provides SynEdit with a HP48 assembler highlighter.
|
||||
}
|
||||
unit SynHighlighterHP48;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -35,7 +35,10 @@ located at http://SynEdit.SourceForge.net
|
||||
-------------------------------------------------------------------------------}
|
||||
unit SynHighlighterIDL;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -43,7 +43,10 @@ and http://www.wintax.nl/isx/ for My Inno Setup Extensions.
|
||||
}
|
||||
unit SynHighlighterInno;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -43,7 +43,10 @@ The SynHighlighterKix unit provides SynEdit with a Kix script file syntax highli
|
||||
}
|
||||
unit SynHighlighterKix;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -42,7 +42,10 @@ The SynHighlighterLDraw unit provides SynEdit with a LEGO LDraw (.ldr / .dat) hi
|
||||
}
|
||||
unit SynHighlighterLDraw;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -39,7 +39,10 @@ The SynHighlighterM3 unit provides SynEdit with a Modula-3 (.m3) highlighter.
|
||||
}
|
||||
unit SynHighlighterM3;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -34,7 +34,10 @@ Known Issues:
|
||||
-------------------------------------------------------------------------------}
|
||||
unit SynHighlighterModelica;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -45,7 +45,10 @@ highlighter is based.
|
||||
}
|
||||
unit SynHighlighterProgress;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -35,7 +35,10 @@ located at http://SynEdit.SourceForge.net
|
||||
unit SynHighlighterRC;
|
||||
{$ENDIF}
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -46,9 +46,10 @@ The SynHighlighterVisualLisp unit provides SynEdit with a Ruby highlighter.
|
||||
unit SynHighlighterRuby;
|
||||
{$ENDIF}
|
||||
|
||||
//SynEdit.inc is the synedit.inc from laz 1.2.0 synedit package source if it has changed
|
||||
//in newer version you might need to copy it again. REmeber to redclare the syn_lazarus define.
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -36,7 +36,10 @@ located at http://SynEdit.SourceForge.net
|
||||
unit SynHighlighterSDD;
|
||||
{$ENDIF}
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -46,7 +46,10 @@ be disabled for backwards compatibility with older ML compilers that do not have
|
||||
|
||||
unit SynHighlighterSml;
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -40,7 +40,10 @@ Known Issues:
|
||||
unit SynHighlighterST;
|
||||
{$ENDIF}
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -46,7 +46,10 @@ The SynHighlighterTclTk unit provides SynEdit with a TCL/Tk highlighter.
|
||||
unit SynHighlighterTclTk;
|
||||
{$ENDIF}
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
|
||||
interface
|
||||
|
@ -44,7 +44,10 @@ Known Issues:
|
||||
unit SynHighlighterUnreal;
|
||||
{$ENDIF}
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -69,7 +69,10 @@ www.host.org
|
||||
unit SynHighlighterURI;
|
||||
{$ENDIF}
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -47,7 +47,10 @@ Thanks to Primoz Gabrijelcic and Martin Waldenburg.
|
||||
unit SynHighlighterVBScript;
|
||||
{$ENDIF}
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -48,7 +48,10 @@ The highlighter formats Vrml97/X3D source code highlighting keywords, strings, n
|
||||
unit SynHighlighterVrml97;
|
||||
{$ENDIF}
|
||||
|
||||
{$I synedit.inc}
|
||||
// extrasyn.inc is the synedit.inc from laz 1.2.0 synedit package source,
|
||||
// If it has changed in newer version you might need to copy it again.
|
||||
// Remember to redclare the syn_lazarus define.
|
||||
{$I extrasyn.inc}
|
||||
|
||||
interface
|
||||
|
||||
|
Reference in New Issue
Block a user