difftastic/vendored_parsers/tree-sitter-clojure/corpus/comment.txt

35 lines
920 B
Plaintext

================================================================================
Simple Comment
================================================================================
; a comment
--------------------------------------------------------------------------------
(source
(comment))
================================================================================
Two semicolons
================================================================================
;; another comment
--------------------------------------------------------------------------------
(source
(comment))
================================================================================
Multiple lines
================================================================================
;; first line
;; second line
--------------------------------------------------------------------------------
(source
(comment)
(comment))