mirror of
https://github.com/ksherlock/mpw.git
synced 2025-02-19 17:30:32 +00:00
more text files
This commit is contained in:
parent
fa03797e98
commit
3300006953
@ -127,6 +127,21 @@ namespace OS
|
|||||||
return true;
|
return true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'e':
|
||||||
|
if (ext == "equ") // asm iigs include file.
|
||||||
|
return true;
|
||||||
|
break;
|
||||||
|
|
||||||
|
case 'i':
|
||||||
|
if (ext == "i") // asmiigs include file
|
||||||
|
return true;
|
||||||
|
break;
|
||||||
|
|
||||||
|
case 'h':
|
||||||
|
if (ext == "h") // c header
|
||||||
|
return true;
|
||||||
|
break;
|
||||||
|
|
||||||
case 'l':
|
case 'l':
|
||||||
if (ext == "lst") // asm iigs listing
|
if (ext == "lst") // asm iigs listing
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user