[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71225: 30.0.50; [PATCH] c-ts-common-comment-indent-new-line does not
|
From: |
Vincenzo Pupillo |
|
Subject: |
bug#71225: 30.0.50; [PATCH] c-ts-common-comment-indent-new-line does not behave like c/c++-mode in comments |
|
Date: |
Mon, 27 May 2024 16:09:18 +0200 |
Hi,
the c-ts-common-comment-indent-new-line does not behave like c/c++-mode in
comments.
M-j also behaves differently in different places.
// M-j wrong behavior.
int test(int a)
{
/** (1)
*/
int a;
/* (1)
*/
int b;
// test (1)
int c; // blah blah
// (3)
}
/* (2)
*/
/** (2)
*/
// (2)
If you place the cursor at the positions indicated by (1) and (2), press M-j
the result is different and is different from what happens with c/c++-mode.
As a bonus, the attached patch also allows single-line comments placed at the
end of a line to be indented as in c-mode (as in "(3)")
Thank you.
V.
0001-tree-sitter-comment-indent-new-line-behave-more-like.patch
Description: Text Data
- bug#71225: 30.0.50; [PATCH] c-ts-common-comment-indent-new-line does not behave like c/c++-mode in comments,
Vincenzo Pupillo <=