IDE: added default file extension for python pyw, bug #28559

git-svn-id: trunk@49702 -
This commit is contained in:
mattias 2015-08-23 08:17:03 +00:00
parent ff7a247093
commit 16362a308b

View File

@ -2914,7 +2914,7 @@ begin
TheType := lshPython;
DefaultCommentType := DefaultCommentTypes[TheType];
SynClass := LazSyntaxHighlighterClasses[TheType];
SetBothFilextensions('py');
SetBothFilextensions('py;pyw');
SampleSource :=
'# Python syntax highlighting'#13#10 +
'import math'#13#10 + #13#10 +