Unverified Commit 6faf596c by Caesurus Committed by GitHub

Updating ihex regex mime detection

Regex needs to include lowercase `a-f`
parent 179360a5
# ====================== encoded file types ====================== # ====================== encoded file types ======================
# Intel HEX # Intel HEX
0 regex \^:[A-F0-9]{8,}$ Intel HEX 0 regex \^:[A-F0-9a-f]{8,}$ Intel HEX
!:mime firmware/intel-hex !:mime firmware/intel-hex
# Motorola S-Record # Motorola S-Record
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment