summaryrefslogtreecommitdiffstats
path: root/tests/syntax-tests/highlighted/RequirementsTXT
diff options
context:
space:
mode:
authorokezieuc <53785400+okezieuc@users.noreply.github.com>2020-10-12 15:26:10 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-14 07:41:13 +0200
commita39f1e0f9b63833b2d34ae96e0aa176338e0a0c7 (patch)
tree819e4f085b7ce97f75d1cbc3ffd94df64a3f88db /tests/syntax-tests/highlighted/RequirementsTXT
parent33128d75f22a7c029df17b1ee595865933551469 (diff)
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.
Diffstat (limited to 'tests/syntax-tests/highlighted/RequirementsTXT')
-rw-r--r--tests/syntax-tests/highlighted/RequirementsTXT/requirements.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/syntax-tests/highlighted/RequirementsTXT/requirements.txt b/tests/syntax-tests/highlighted/RequirementsTXT/requirements.txt
new file mode 100644
index 00000000..b7c5155f
--- /dev/null
+++ b/tests/syntax-tests/highlighted/RequirementsTXT/requirements.txt
@@ -0,0 +1,8 @@
+#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