mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 19:08:15 +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;
|
||||
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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user