mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 23:16:16 +02:00
IDE: added default file extension for python pyw, bug #28559
git-svn-id: trunk@49702 -
This commit is contained in:
parent
ff7a247093
commit
16362a308b
@ -2914,7 +2914,7 @@ begin
|
|||||||
TheType := lshPython;
|
TheType := lshPython;
|
||||||
DefaultCommentType := DefaultCommentTypes[TheType];
|
DefaultCommentType := DefaultCommentTypes[TheType];
|
||||||
SynClass := LazSyntaxHighlighterClasses[TheType];
|
SynClass := LazSyntaxHighlighterClasses[TheType];
|
||||||
SetBothFilextensions('py');
|
SetBothFilextensions('py;pyw');
|
||||||
SampleSource :=
|
SampleSource :=
|
||||||
'# Python syntax highlighting'#13#10 +
|
'# Python syntax highlighting'#13#10 +
|
||||||
'import math'#13#10 + #13#10 +
|
'import math'#13#10 + #13#10 +
|
||||||
|
Loading…
Reference in New Issue
Block a user