mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 10:09:29 +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;
|
||||
DefaultCommentType := DefaultCommentTypes[TheType];
|
||||
SynClass := LazSyntaxHighlighterClasses[TheType];
|
||||
SetBothFilextensions('py');
|
||||
SetBothFilextensions('py;pyw');
|
||||
SampleSource :=
|
||||
'# Python syntax highlighting'#13#10 +
|
||||
'import math'#13#10 + #13#10 +
|
||||
|
Loading…
Reference in New Issue
Block a user