mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 15:31:50 +00:00
.cpp is a text file
This commit is contained in:
parent
d6d30ba81e
commit
88423bc690
@ -149,6 +149,8 @@ namespace OS
|
|||||||
case 'c':
|
case 'c':
|
||||||
if (ext == "c")
|
if (ext == "c")
|
||||||
return true;
|
return true;
|
||||||
|
if (ext == "cpp")
|
||||||
|
return true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'e':
|
case 'e':
|
||||||
|
Loading…
Reference in New Issue
Block a user