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

11 lines
147 B
Text
Raw Normal View History

// This is a comment
2023-12-24 12:52:21 +01:00
; <- @comment
; Another comment
2023-12-24 12:52:21 +01:00
; <- @comment
ECHO &a // This is a trailing comment
2023-12-24 12:52:21 +01:00
; ^ @comment
// vim: set ft=t32: