mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-16 18:22:28 +01:00
Fix broken resolv.conf highlighting
closes #1510 The change in `create_highlighted_versions.py` fixes a "unknown theme "'1337'" warning. The single quotes were wrong. `bat` was always falling back to the default theme, so let's use that for now.
This commit is contained in:
4
tests/syntax-tests/source/resolv.conf/resolv.conf
Normal file
4
tests/syntax-tests/source/resolv.conf/resolv.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
# A comment
|
||||
domain example.com
|
||||
nameserver 192.168.123.123
|
||||
nameserver aa00::aaaa:0000:1234:abcd
|
Reference in New Issue
Block a user