1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 10:15:41 +08:00

11 lines
144 B
Plaintext
Raw Normal View History

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