mirror of https://github.com/Wilfred/difftastic/
commit
8ba8016ae5
@ -0,0 +1,33 @@
|
||||
================================================================================
|
||||
Single line comments
|
||||
================================================================================
|
||||
|
||||
// comment 1
|
||||
// comment 2
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(compilation_unit
|
||||
(comment)
|
||||
(comment))
|
||||
|
||||
================================================================================
|
||||
Block comments
|
||||
================================================================================
|
||||
/**/
|
||||
/** comment 1
|
||||
* /* comment 2
|
||||
* /* / * * /comment 3 */
|
||||
// comment 4
|
||||
* @param
|
||||
* */
|
||||
*/
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(compilation_unit
|
||||
(block_comment)
|
||||
(block_comment
|
||||
(block_comment
|
||||
(block_comment)
|
||||
(comment))))
|
||||
Loading…
Reference in New Issue