mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 03:12:25 +01:00
added new syntax highlighting files
I added a sample etc/hosts file and a sample requirements.txt file. I didn't know there was already a sample YAML file because it wasn't ticked in the issue so I added some extra syntax that I had in my own to the previous example.yaml file.
This commit is contained in:
8
tests/syntax-tests/highlighted/Hosts/hosts
Normal file
8
tests/syntax-tests/highlighted/Hosts/hosts
Normal file
@@ -0,0 +1,8 @@
|
||||
[38;2;117;113;94m#this is a comment in the hosts file[0m
|
||||
[38;2;190;132;255m127.0.0.1[0m[38;2;248;248;242m [0m[38;2;249;38;114m localhost[0m
|
||||
|
||||
[38;2;190;132;255m192.168.0.1[0m[38;2;248;248;242m sample.test [0m[38;2;117;113;94m#a comment[0m
|
||||
[38;2;190;132;255m192.160.0.200[0m[38;2;248;248;242m try.sample.test try [0m[38;2;117;113;94m#another comment[0m
|
||||
[38;2;190;132;255m216.58.223.238[0m[38;2;248;248;242m google.com[0m
|
||||
|
||||
[38;2;190;132;255m::1[0m[38;2;249;38;114m localhost[0m[38;2;248;248;242m.try[0m[38;2;249;38;114m ip6-localhost[0m
|
Reference in New Issue
Block a user