[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74366: 31.0.50; tree-sitter
From: |
Eli Zaretskii |
Subject: |
bug#74366: 31.0.50; tree-sitter |
Date: |
Sat, 30 Nov 2024 11:56:37 +0200 |
> Cc: 74366@debbugs.gnu.org, Yuan Fu <casouri@gmail.com>,
> me Latpaw <jiangyuezhang@outlook.com>, Theodor Thornhill <theo@thornhill.no>
> From: Juri Linkov <juri@linkov.net>
> Date: Sat, 16 Nov 2024 21:18:50 +0200
>
> >> open ts file, and enable typescript-ts-mode.
> >> just like
> >> ```
> >> function hello() {
> >> console.log('hello'),
> >> return 'hello';
> >> }
> >> ```
> >> Jump to point before {, and try C-M-f (forward-sexp or
> >> treesitter-forward-sexp), it just jump to
> >> end of ), not }. It was expected to end of }.
> >
> > Here it jumps to after "'hello';".
>
> This should work with the fix from bug#73404.
Should we merge this bug with bug#73404?