Sfoglia il codice sorgente

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

git-svn-id: trunk@15440 -
marco 15 anni fa
parent
commit
cfae57bccd
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      ide/fpvars.pas

+ 2 - 2
ide/fpvars.pas

@@ -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 = '';