bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61314: 29.0.60; c-ts-mode: Multiline comment indentation broken if s


From: Yuan Fu
Subject: bug#61314: 29.0.60; c-ts-mode: Multiline comment indentation broken if starting with a '-'
Date: Sun, 19 Feb 2023 12:34:43 -0800

Yuan Fu <casouri@gmail.com> writes:

> Mohammed Sadiq <sadiq@sadiqpk.org> writes:
>
>> The following multi line comment is indented wrong:
>>
>> /*
>>   - item1
>>     - item2
>>       - item3
>>  */
>>
>> The following output is expected instead:
>>
>> /*
>>   - item1
>>   - item2
>>   - item3
>> */
>
> Thanks, I’ll see how to deal with this. c-mode seems to handle this just
> fine. I need to check how does it indent this kind of things.

Ok, this should work now!

Yuan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]