File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1325,6 +1325,7 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
1325
1325
<value name =' *.mm' />
1326
1326
<value name =' *.dox' />
1327
1327
<value name =' *.py' />
1328
+ <value name =' *.pyw' />
1328
1329
<value name =' *.f90' />
1329
1330
<value name =' *.f' />
1330
1331
<value name =' *.for' />
Original file line number Diff line number Diff line change @@ -7040,6 +7040,7 @@ void initDefaultExtensionMapping()
7040
7040
updateLanguageMapping (" .M" , " objective-c" );
7041
7041
updateLanguageMapping (" .mm" , " objective-c" );
7042
7042
updateLanguageMapping (" .py" , " python" );
7043
+ updateLanguageMapping (" .pyw" , " python" );
7043
7044
updateLanguageMapping (" .f" , " fortran" );
7044
7045
updateLanguageMapping (" .for" , " fortran" );
7045
7046
updateLanguageMapping (" .f90" , " fortran" );
You can’t perform that action at this time.
0 commit comments