nvim-treesitter/tests/query/highlights/t32/comments.cmm
2024-01-19 16:58:37 +01:00

10 lines
147 B
Text

// This is a comment
; <- @comment
; Another comment
; <- @comment
ECHO &a // This is a trailing comment
; ^ @comment
// vim: set ft=t32: