summaryrefslogtreecommitdiff
path: root/lisp/progmodes/csharp-mode.el
AgeCommit message (Expand)Author
2026-02-22Fix broken `FOO-mode-indent-offset` conventionStefan Monnier
2026-01-17csharp-mode.el: Fix indentation after preprocessor statementsJostein Kjønigsen
2026-01-03'csharp-ts-mode': fix indentation error for try/catch statementJostein Kjønigsen
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-12-20csharp-mode: Fix fontification of catch-expressionsJostein Kjønigsen
2025-11-28Remove the cached values in tree-sitter modes (bug#79363)Yuan Fu
2025-11-22csharp-mode : Fix typos and remove duplicated declarationAna
2025-11-15csharp-mode.el: fontify variables assigned from awaited tasksJostein Kjønigsen
2025-10-16Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov
2025-10-09Fix font lock in csharp-ts-modeRoi Martin
2025-09-16Fixes for csharp-ts-mode fontification (bug#79406)Jostein Kjønigsen
2025-09-07csharp-mode: indentation fixes (bug#79398)Jostein Kjønigsen
2025-08-18Silence byte-compile warnings when treesit is not availableJuri Linkov
2025-08-14New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov
2025-06-20Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov
2025-05-01Fix compilation-mode matches for csharp-mode (bug#78128)Jostein Kjønigsen
2025-05-01Improve csharp-ts-mode fontification (bug#78130)Jostein Kjønigsen
2025-04-26csharp-mode.el: Improve fontification of string-interpolation exprsJostein Kjønigsen
2025-04-22Replace some 'treesit-query-compile' with 'treesit-query-valid-p'.Juri Linkov
2025-04-18Lock tree-sitter language grammars to verified versions.Juri Linkov
2025-03-15Add the treesit 'list' thing to csharp/go/php/rust-ts-mode (bug#73404)Juri Linkov
2025-02-21Fix identation in csharp-mode.elJostein Kjønigsen
2025-02-08lisp/progmodes/csharp-mode.el: Improve string-interpolationJostein Kjønigsen
2025-02-01lisp/progmodes/csharp-mode.el: Fix fontification of typeof (bug#75406).Jostein Kjønigsen
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-19; Fix more obsoletion warningsStefan Kangas
2024-12-12Declare tree-sitter functions with a new macroYuan Fu
2024-10-14Set treesit-primary-parser for tree-sitter modesYuan Fu
2024-10-05; * lisp/progmodes/csharp-mode.el (treesit-query-compile): Declare.Eli Zaretskii
2024-10-02Update csharp-ts-mode font-lock (bug#73369)Yuan Fu
2024-04-27Merge from origin/emacs-29Eli Zaretskii
2024-04-25Fix indentation of if/else in 'csharp-ts-mode' (bug#70345)Jacob Leeming
2024-04-06Merge from origin/emacs-29Eli Zaretskii
2024-03-31Make object init more robust (bug#69571)Theodor Thornhill
2024-03-23Merge from origin/emacs-29Eli Zaretskii
2024-03-16Tweak regexp for object initializers in csharp-mode (bug#69571)Theodor Thornhill
2024-03-09Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-09Merge from origin/emacs-29Eli Zaretskii
2023-09-02Ignore errors when checking for object initializers (bug#63379)Theodor Thornhill
2023-09-01Obsolete treesit-block/sexp/sentence/text-type-regexpYuan Fu
2023-08-21Merge from origin/emacs-29Jim Porter
2023-08-15; lisp/progmodes/csharp-mode.el (treesit-query-capture): Declare (bug#65297).Daniel Martín
2023-08-12Merge from origin/emacs-29Eli Zaretskii
2023-08-12Update csharp tree-sitter support due to upstream changesJ M
2023-05-18Merge from origin/emacs-29Eli Zaretskii
2023-05-14; * lisp/progmodes/csharp-mode.el (csharp-ts-mode--defun-name): typoMattias Engdegård
2023-05-10Merge branch 'emacs-29'Stefan Monnier