1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-13 02:55:48 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/query/highlights/t32/comments.cmm

11 lines
144 B
Plaintext

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