index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
indent
/
c
/
string.c
blob: 2d5177e00a3ea6e071595a4a4ef1c736cab6bc79 (
plain
)
1
2
3
4
5
const char
*
a
=
"hello \
world"
;
const char
*
b
=
"hello "
"world"
;