neovim-config/tree-sitter-c/test/corpus/crlf.txt
2022-08-07 15:46:45 +05:30

13 lines
294 B
Text

============================================
Line comments with escaped CRLF line endings
============================================
// hello \
this is still a comment
this_is_not a_comment;
---
(translation_unit
(comment)
(declaration (type_identifier) (identifier)))