mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-28 16:12:30 +01:00
Map /var/log/dmesg to Syslog syntax
This commit is contained in:
@@ -57,6 +57,7 @@
|
|||||||
- Map `.flatpakref` and `.flatpakrepo` files to INI syntax #3353 (@Ferenc-)
|
- Map `.flatpakref` and `.flatpakrepo` files to INI syntax #3353 (@Ferenc-)
|
||||||
- Update hosts syntax #3368 (@keith-hall)
|
- Update hosts syntax #3368 (@keith-hall)
|
||||||
- Map `.kshrc` files to Bash syntax #3364 (@ritoban23)
|
- Map `.kshrc` files to Bash syntax #3364 (@ritoban23)
|
||||||
|
- Map `/var/log/dmesg` files to Syslog syntax #3412 (@keith-hall)
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
|
2
src/syntax_mapping/builtins/unix-family/50-syslog.toml
Normal file
2
src/syntax_mapping/builtins/unix-family/50-syslog.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[mappings]
|
||||||
|
"Syslog" = ["/var/log/dmesg"]
|
Reference in New Issue
Block a user