mirror of https://github.com/Wilfred/difftastic/
35 lines
920 B
Plaintext
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))
|