index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
c
/
string.c
blob: 2d5177e00a3ea6e071595a4a4ef1c736cab6bc79 (
plain
) (
blame
)
1
2
3
4
5
const
char
*
a
=
"hello \
world"
;
const
char
*
b
=
"hello "
"world"
;