aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/t32/comments.cmm
blob: 0bab130f6b01dafac4f04dd170bdb1fbfdb31c93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// This is a comment
; <- comment

; Another comment
; <- comment

ECHO &a // This is a trailing comment
;       ^ comment

// vim: set ft=t32: