.cpp is a text file

This commit is contained in:
Kelvin Sherlock 2013-08-15 23:39:37 -04:00
parent d6d30ba81e
commit 88423bc690

View File

@ -149,6 +149,8 @@ namespace OS
case 'c':
if (ext == "c")
return true;
if (ext == "cpp")
return true;
break;
case 'e':