| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make object init more robust (bug#69571) | Theodor Thornhill | 2024-03-31 | 1 | -0/+78 |
| | | | | | | | * lisp/progmodes/csharp-mode.el (csharp-guess-basic-syntax): Make the regex same as before, but conditionally check other heuristics rather than crazy regex shenanigans. | ||||
| * | Tweak regexp for object initializers in csharp-mode (bug#69571) | Theodor Thornhill | 2024-03-16 | 1 | -0/+19 |
| * lisp/progmodes/csharp-mode.el (csharp-guess-basic-syntax): Add handling to not consider ended statements as object init openers. * test/lisp/progmodes/csharp-mode-resources/indent.erts: New test resources. * test/lisp/progmodes/csharp-mode-tests.el: Add test for this particular issue. | |||||