You've already forked lazarus-ccr
LazEdit: add .p to default extensions linked to fpc highlighter.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2699 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -108,7 +108,7 @@ const
|
|||||||
'.xml;.adfx', //eftXml
|
'.xml;.adfx', //eftXml
|
||||||
'.css;' + CssTemplateExt, //eftCss
|
'.css;' + CssTemplateExt, //eftCss
|
||||||
'.js;' + JavaTemplateExt, //eftJava
|
'.js;' + JavaTemplateExt, //eftJava
|
||||||
'.pp;.pas;.inc;.lpr;.dpr;.lrs;.lpk;.dpk', //eftFpc
|
'.pp;.pas;.p;.inc;.lpr;.dpr;.lrs;.lpk;.dpk', //eftFpc
|
||||||
'.lfm;.dfm', //eftLfm
|
'.lfm;.dfm', //eftLfm
|
||||||
'.c;.cpp;.h;.hpp;.hh;.gcc;.cc;.c++', //eftC
|
'.c;.cpp;.h;.hpp;.hh;.gcc;.cc;.c++', //eftC
|
||||||
'.py', //eftPython
|
'.py', //eftPython
|
||||||
|
Reference in New Issue
Block a user