mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-20 01:30:42 +01:00
8 lines
234 B
TOML
8 lines
234 B
TOML
[mappings]
|
|
"MappingTarget::MapToUnknown" = [
|
|
# "NAnt Build File" should only match *.build files, not files named "build"
|
|
"build",
|
|
# "bin/rails" scripts in a Ruby project misidentified as HTML (Rails) #1008
|
|
"rails",
|
|
]
|