1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/lisp/progmodes
Jacob Leeming 494dfd9cf2 Fix indentation of if/else in 'csharp-ts-mode' (bug#70345)
* lisp/progmodes/csharp-mode.el (csharp-ts-mode--indent-rules):
Fix indentation rules for 'if' and 'else'.

* test/lisp/progmodes/csharp-ts-mode-tests.el:
* test/lisp/progmodes/csharp-ts-mode-resources/indent.erts: New
test files.

Copyright-paperwork-exempt: yes
2024-04-25 18:53:06 +03:00
..
antlr-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
asm-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
autoconf.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
bat-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
bug-reference.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
c-ts-common.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
c-ts-mode.el Fix c++-ts-mode defun navigation (bug#65885) 2024-04-08 22:44:03 -07:00
cc-align.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-awk.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-bytecomp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-cmds.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-defs.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-engine.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-fonts.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-guess.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-langs.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-menus.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-styles.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cc-vars.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cfengine.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cl-font-lock.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cmacexp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cmake-ts-mode.el Simplify imenu setup for {cmake,dockerfile}-ts-modes 2024-01-26 20:41:17 -08:00
compile.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cperl-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cpp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
csharp-mode.el Fix indentation of if/else in 'csharp-ts-mode' (bug#70345) 2024-04-25 18:53:06 +03:00
cwarn.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
dcl-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
dockerfile-ts-mode.el Simplify imenu setup for {cmake,dockerfile}-ts-modes 2024-01-26 20:41:17 -08:00
ebnf-abn.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ebnf-bnf.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ebnf-dtd.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ebnf-ebx.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ebnf-iso.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ebnf-otz.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ebnf-yac.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ebnf2ps.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ebrowse.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
eglot.el eglot: Add nushell language server 2024-02-02 08:54:25 +01:00
elisp-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
erts-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
etags.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
executable.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
f90.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
flymake-cc.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
flymake-proc.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
flymake.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
fortran.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
gdb-mi.el Fix infinite recursion in gdb-mi.el 2024-02-24 15:12:57 +02:00
glasses.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
go-ts-mode.el Update go-ts-mode to support latest tree-sitter-go grammar 2024-04-09 22:43:52 -07:00
grep.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
gud.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
hideif.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
hideshow.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
icon.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
idlw-complete-structtag.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
idlw-help.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
idlw-shell.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
idlw-toolbar.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
idlwave.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
inf-lisp.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
java-ts-mode.el java-ts-mode: Indentation for opening brace on a separate line 2024-02-17 22:35:16 +02:00
js.el ; Fix last change 2024-02-03 11:20:11 +02:00
json-ts-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ld-script.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
m4-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
make-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
meta-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
mixal-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
modula2.el Prefer defvar-keymap in modula2.el 2022-10-20 09:36:11 +02:00
octave.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
opascal.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
pascal.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
perl-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
prog-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
project.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
prolog.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ps-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
python.el Fix python-ts-mode built-in functions and attributes (bug#70478) 2024-04-21 16:37:15 -07:00
ruby-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ruby-ts-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
rust-ts-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
scheme.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
sh-script.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
simula.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
sql.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
subword.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
tcl.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
typescript-ts-mode.el Add typescript-ts-mode indentation for interface bodies (bug#70023) 2024-03-28 19:02:57 +01:00
vera-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
verilog-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
vhdl-mode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
which-func.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
xref.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
xscheme.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00