mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
more text files
This commit is contained in:
parent
fa03797e98
commit
3300006953
@ -126,7 +126,22 @@ namespace OS
|
||||
if (ext == "c")
|
||||
return true;
|
||||
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':
|
||||
if (ext == "lst") // asm iigs listing
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user