nvim-treesitter/tests/query/highlights/t32/comments.cmm
2022-12-21 23:57:06 +01:00

10 lines
144 B
Text

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