mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
.macros are text files.
This commit is contained in:
parent
645c70df6a
commit
3ba3691622
@ -100,6 +100,11 @@ namespace OS
|
|||||||
if (ext == "c")
|
if (ext == "c")
|
||||||
return true;
|
return true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'm':
|
||||||
|
if (ext == "macros")
|
||||||
|
return true;
|
||||||
|
break;
|
||||||
|
|
||||||
case 'p':
|
case 'p':
|
||||||
if (ext == "pii")
|
if (ext == "pii")
|
||||||
|
Loading…
Reference in New Issue
Block a user