nvim-treesitter/tests/indent/ecma/variable.js
2022-01-21 16:40:36 +01:00

6 lines
82 B
JavaScript

let a =
if_this_is_right() && then_this()
a = func_call()
.map()
.filter()