mirror of
https://github.com/jbranchaud/til
synced 2026-01-07 09:08:01 +00:00
Add a link to the latest til
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
# Specify The Language For A File With Bat
|
# Specify The Language For A File With Bat
|
||||||
|
|
||||||
The `bat` utility is able to correctly infer the language of most files it
|
The [`bat`](https://github.com/sharkdp/bat) utility is able to correctly
|
||||||
prints based on the file extension. In some cases, you may want to specify a
|
infer the language of most files it prints based on the file extension. In
|
||||||
language other than the one it guesses.
|
some cases, you may want to specify a language other than the one it
|
||||||
|
guesses.
|
||||||
|
|
||||||
For instance, here is a React file printed with `bat`:
|
For instance, here is a React file printed with `bat`:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user