* add *.dpr and *.lpr to the Pascal highlight extensions

git-svn-id: trunk@15440 -
This commit is contained in:
marco 2010-06-15 07:49:06 +00:00
parent 3bb9bfd2b8
commit cfae57bccd

View File

@ -51,8 +51,8 @@ const ClipboardWindow : PClipboardWindow = nil;
CalcWindow : PCalculator = nil;
RecentFileCount : integer = 0;
LastCompileTime : cardinal = 0;
OpenExts : string = '*.pas;*.pp;*.inc';
HighlightExts : string = '*.pas;*.pp;*.inc';
OpenExts : string = '*.pas;*.pp;*.inc;*.dpr;*.lpr';
HighlightExts : string = '*.pas;*.pp;*.inc;*.dpr;*.lpr';
TabsPattern : string = 'make*;make*.*;fpcmake.loc';
SourceDirs : string = '';
StandardUnits : string = '';