mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-15 02:39:23 +02:00
assets: add Debian ucf backups to ignored suffixes
Refs https://manpages.debian.org/bullseye/ucf/ucf.1.en.html
This commit is contained in:
committed by
David Peter
parent
355a82db54
commit
7c41bd72da
1
tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-dist
vendored
Normal file
1
tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-dist
vendored
Normal file
@ -0,0 +1 @@
|
||||
[38;2;117;113;94m//[0m[38;2;117;113;94m foo.ucf-dist (Debian ucf backup) should highlight same as foo[0m
|
1
tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-new
vendored
Normal file
1
tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-new
vendored
Normal file
@ -0,0 +1 @@
|
||||
[38;2;117;113;94m//[0m[38;2;117;113;94m foo.ucf-new (Debian ucf backup) should highlight same as foo[0m
|
1
tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-old
vendored
Normal file
1
tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-old
vendored
Normal file
@ -0,0 +1 @@
|
||||
[38;2;117;113;94m//[0m[38;2;117;113;94m foo.ucf-old (Debian ucf backup) should highlight same as foo[0m
|
1
tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-dist
vendored
Normal file
1
tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-dist
vendored
Normal file
@ -0,0 +1 @@
|
||||
// foo.ucf-dist (Debian ucf backup) should highlight same as foo
|
1
tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-new
vendored
Normal file
1
tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-new
vendored
Normal file
@ -0,0 +1 @@
|
||||
// foo.ucf-new (Debian ucf backup) should highlight same as foo
|
1
tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-old
vendored
Normal file
1
tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-old
vendored
Normal file
@ -0,0 +1 @@
|
||||
// foo.ucf-old (Debian ucf backup) should highlight same as foo
|
Reference in New Issue
Block a user