Skip to content

Commit

Permalink
include movl for negative lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Feb 3, 2025
1 parent 89f4433 commit 0f4e2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linguist/heuristics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ disambiguations:
rules:
- language: Assembly
and:
- negative_pattern: 'mov\s+%'
- negative_pattern: 'movl?\s+%'
- pattern: 'mov\s+[^\s%]{2,},'
- language: Motorola 68K Assembly
named_pattern: m68k
Expand Down

0 comments on commit 0f4e2d7

Please sign in to comment.