mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:39:09 +02:00
* add *.dpr and *.lpr to the Pascal highlight extensions
git-svn-id: trunk@15440 -
This commit is contained in:
parent
3bb9bfd2b8
commit
cfae57bccd
@ -51,8 +51,8 @@ const ClipboardWindow : PClipboardWindow = nil;
|
|||||||
CalcWindow : PCalculator = nil;
|
CalcWindow : PCalculator = nil;
|
||||||
RecentFileCount : integer = 0;
|
RecentFileCount : integer = 0;
|
||||||
LastCompileTime : cardinal = 0;
|
LastCompileTime : cardinal = 0;
|
||||||
OpenExts : string = '*.pas;*.pp;*.inc';
|
OpenExts : string = '*.pas;*.pp;*.inc;*.dpr;*.lpr';
|
||||||
HighlightExts : string = '*.pas;*.pp;*.inc';
|
HighlightExts : string = '*.pas;*.pp;*.inc;*.dpr;*.lpr';
|
||||||
TabsPattern : string = 'make*;make*.*;fpcmake.loc';
|
TabsPattern : string = 'make*;make*.*;fpcmake.loc';
|
||||||
SourceDirs : string = '';
|
SourceDirs : string = '';
|
||||||
StandardUnits : string = '';
|
StandardUnits : string = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user