1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-05 08:08:02 +00:00

Add a link to the latest til

This commit is contained in:
jbranchaud
2019-03-21 13:44:26 -05:00
parent c4494b0c8a
commit 8906c98197

View File

@@ -1,8 +1,9 @@
# Specify The Language For A File With Bat
The `bat` utility is able to correctly infer the language of most files it
prints based on the file extension. In some cases, you may want to specify a
language other than the one it guesses.
The [`bat`](https://github.com/sharkdp/bat) utility is able to correctly
infer the language of most files it prints based on the file extension. In
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`: