aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/csharp-mode-resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix last changeEli Zaretskii2024-04-251-0/+51
| | | | | | | | * test/lisp/progmodes/csharp-mode-tests.el (csharp-ts-mode-test-indentation): Move the test to here. * test/lisp/progmodes/csharp-ts-mode-tests.el: Remove file. * test/lisp/progmodes/csharp-ts-mode-resources/indent.erts: Move to test/lisp/progmodes/csharp-mode-resources/indent-ts.erts.
* Make object init more robust (bug#69571)Theodor Thornhill2024-03-311-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 Thornhill2024-03-161-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.