nvim-treesitter/tests/query/highlights/t32/comments.cmm

11 lines
144 B
Text
Raw Normal View History

2022-11-06 17:44:50 +01:00
// This is a comment
; <- comment
; Another comment
; <- comment
ECHO &a // This is a trailing comment
; ^ comment
// vim: set ft=t32: