mirror of
https://github.com/ksherlock/gopher.git
synced 2025-02-12 12:30:54 +00:00
.asm files are text
This commit is contained in:
parent
b7420ca623
commit
7d31bafffc
@ -16,7 +16,8 @@ TEXT = {
|
||||
".txt" => true,
|
||||
".text" => true,
|
||||
".rb" => true,
|
||||
'.mk' => true
|
||||
'.mk' => true,
|
||||
'.asm' => true
|
||||
}
|
||||
|
||||
def do_error(client, message)
|
||||
|
Loading…
x
Reference in New Issue
Block a user