mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 05:29:10 -04:00
19 lines
665 B
Plaintext
19 lines
665 B
Plaintext
#------------------------------------------------------------------------------
|
|
# $File: assembler,v 1.4 2013/01/04 23:31:11 christos Exp $
|
|
# make: file(1) magic for assembler source
|
|
#
|
|
0 regex \^[\020\t]*\\.asciiz assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\020\t]*\\.byte assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\020\t]*\\.even assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\020\t]*\\.globl assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\020\t]*\\.text assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\020\t]*\\.file assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\020\t]*\\.type assembler source text
|
|
!:mime text/x-asm
|