Skip to content

Commit

Permalink
differentiate asm from 64-bit unix asm and 6800
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Feb 1, 2025
1 parent 4c6d9c6 commit d4c9209
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/linguist/heuristics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,10 @@ disambiguations:
pattern: '^\s*<\?xml'
- extensions: ['.s']
rules:
- language: Assembly
and:
- negative_pattern: 'mov\s+r[a-d]x\s*,'
- pattern: 'mov\s+[a-d]x\s*,'
- language: Motorola 68K Assembly
named_pattern: m68k
- extensions: ['.sc']
Expand Down

0 comments on commit d4c9209

Please sign in to comment.