aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/t32/comments.cmm
diff options
context:
space:
mode:
authorxasc <xasc@xasc.noreply.github.com>2022-11-06 17:44:50 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-12-21 23:57:06 +0100
commit2d48cbc831dcfc4ccce4380467d82e908effd0ee (patch)
tree54c7903955828537858017a87928679560c39a2d /tests/query/highlights/t32/comments.cmm
parentUpdate parsers: c_sharp (diff)
downloadnvim-treesitter-2d48cbc831dcfc4ccce4380467d82e908effd0ee.tar
nvim-treesitter-2d48cbc831dcfc4ccce4380467d82e908effd0ee.tar.gz
nvim-treesitter-2d48cbc831dcfc4ccce4380467d82e908effd0ee.tar.bz2
nvim-treesitter-2d48cbc831dcfc4ccce4380467d82e908effd0ee.tar.lz
nvim-treesitter-2d48cbc831dcfc4ccce4380467d82e908effd0ee.tar.xz
nvim-treesitter-2d48cbc831dcfc4ccce4380467d82e908effd0ee.tar.zst
nvim-treesitter-2d48cbc831dcfc4ccce4380467d82e908effd0ee.zip
feat(t32): initial support
Diffstat (limited to 'tests/query/highlights/t32/comments.cmm')
-rw-r--r--tests/query/highlights/t32/comments.cmm10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/query/highlights/t32/comments.cmm b/tests/query/highlights/t32/comments.cmm
new file mode 100644
index 000000000..0bab130f6
--- /dev/null
+++ b/tests/query/highlights/t32/comments.cmm
@@ -0,0 +1,10 @@
+// This is a comment
+; <- comment
+
+; Another comment
+; <- comment
+
+ECHO &a // This is a trailing comment
+; ^ comment
+
+// vim: set ft=t32: