1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-24 17:13:19 +00:00
Files
sharkdp--bat/tests/syntax-tests/highlighted/RequirementsTXT/requirements.txt
T
okezieuc a39f1e0f9b 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.
2020-10-14 07:41:13 +02:00

686 B

#this is a sample requirements.txt file
 
django==11.2.0
pywheels>=12.4 #a whitespace followed by comments
Nuitka<0.6.8.4
wxPython>=1.0, <=2.1
 
#this is another comment