tartrazine/spec/unsupported_lexers/csound/test_comments.txt

17 lines
255 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
/*
* comment
*/
; comment
// comment
---tokens---
'/*\n * comment\n */' Comment.Multiline
'\n' Text.Whitespace
'; comment' Comment.Single
'\n' Text.Whitespace
'// comment' Comment.Single
'\n' Text.Whitespace