mirror of
https://github.com/ksherlock/mpw.git
synced 2026-04-21 16:17:02 +00:00
.macros are text files.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user