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
/
ecma
/
object.js
blob: ca09d238ab901f605f01dd2dbfb71b1ace57b284 (
plain
)
1
2
3
4
5
const
obj
= {
a
:
1
,
b
:
"2"
,
[
"c"
]:
`three`
}