diff options
Diffstat (limited to 'tests/query/highlights/t32/comments.cmm')
| -rw-r--r-- | tests/query/highlights/t32/comments.cmm | 10 |
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: |
