1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-08 04:43:54 +01:00

Merge pull request #3412 from sharkdp/dmesg_syntax_mapping

Map /var/log/dmesg to Syslog syntax
This commit is contained in:
Keith Hall
2025-10-07 20:24:34 +03:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
- Map `.flatpakref` and `.flatpakrepo` files to INI syntax #3353 (@Ferenc-)
- Update hosts syntax #3368 (@keith-hall)
- Map `.kshrc` files to Bash syntax #3364 (@ritoban23)
- Map `/var/log/dmesg` files to Syslog syntax #3412 (@keith-hall)
- Add syntax definition and test file for Go modules(`go.mod` and `go.sum`) highlighting, see #3424 (@DarkMatter-999)
## Themes

View File

@@ -0,0 +1,2 @@
[mappings]
"Syslog" = ["/var/log/dmesg"]