.macros are text files.

This commit is contained in:
Kelvin Sherlock 2013-02-16 19:50:40 -05:00
parent 645c70df6a
commit 3ba3691622

View File

@ -100,6 +100,11 @@ namespace OS
if (ext == "c")
return true;
break;
case 'm':
if (ext == "macros")
return true;
break;
case 'p':
if (ext == "pii")