neovim-config/tree-sitter-c/test/corpus/crlf.txt

14 lines
294 B
Plaintext
Raw Normal View History

2022-08-07 05:26:15 +00:00
============================================
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)))