Open AmaiKinono opened 3 years ago
Please tell us below:
*Messages*
And describe your problem:
Enter this in nim-mode:
nim-mode
type NewType* = object field1*: string field2*: string
Mark them, call indent-region. Now it becomes:
indent-region
I believe it's a problem related to the SMIE grammar, but I don't have enough knowledge on SMIE and parser/grammar things to fix this.
Conforming Bugs
Please tell us below:
*Messages*
buffer? No.And describe your problem:
Enter this in
nim-mode
:Mark them, call
indent-region
. Now it becomes:I believe it's a problem related to the SMIE grammar, but I don't have enough knowledge on SMIE and parser/grammar things to fix this.