summaryrefslogtreecommitdiff
path: root/lisp/progmodes/csharp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation of if/else in 'csharp-ts-mode' (bug#70345)Jacob Leeming2024-04-251-1/+3
* Make object init more robust (bug#69571)Theodor Thornhill2024-03-311-1/+9
* Tweak regexp for object initializers in csharp-mode (bug#69571)Theodor Thornhill2024-03-161-2/+5
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Ignore errors when checking for object initializers (bug#63379)Theodor Thornhill2023-09-021-1/+1
* ; lisp/progmodes/csharp-mode.el (treesit-query-capture): Declare (bug#65297).Daniel Martín2023-08-151-0/+1
* Update csharp tree-sitter support due to upstream changesJ M2023-08-121-3/+8
* ; * lisp/progmodes/csharp-mode.el (csharp-ts-mode--defun-name): typoMattias Engdegård2023-05-141-1/+0
* Fix indent for enums in csharp-modeTheodor Thornhill2023-05-061-0/+9
* Skip over whitespace in annotation-top-cont check (bug#63141)Theodor Thornhill2023-04-281-1/+4
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-10/+10
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-14/+14
* Fix object initializer for csharp-mode (bug#61541)Theodor Thornhill2023-02-201-12/+21
* csharp-ts-mode: fontify compiler directives (bug#61512)Jostein Kjønigsen2023-02-141-2/+25
* Move c-like common utils into own library (bug#60961)Theodor Thornhill2023-01-211-4/+4
* Make tree-sitter based modes optionalEli Zaretskii2023-01-201-4/+3
* Fix indentation of object_expressions in csharp-ts-modeTheodor Thornhill2023-01-141-0/+5
* Further generic-related improvements in csharp-ts-mode (bug#60376)Jostein Kjønigsen2023-01-051-0/+3
* Adjust function-call fontification in csharp-ts-mode (bug#60376)Jostein Kjønigsen2023-01-011-29/+35
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Tweak csharp-mode font-lock-settings (bug#60376)Theodor Thornhill2022-12-311-21/+32
* ; Avoid treesit-related byte-compiler warningsEli Zaretskii2022-12-281-0/+1
* Update tree-sitter major modes to use the new Imenu facilityYuan Fu2022-12-271-50/+8
* Add comment indent and filling to other tree-sitter major modesYuan Fu2022-12-261-9/+5
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-241-4/+18
* Improve fontification in csharp-ts-mode (bug#59897)Jostein Kjønigsen2022-12-141-1/+9
* Revert "Add expression for generic_name in csharp-ts-mode"Yuan Fu2022-12-141-4/+0
* Use font-lock-number-face for numeric values in csharp-modeJostein Kjønigsen2022-12-121-2/+2
* Add expression for generic_name in csharp-ts-mode (bug#59897)Theodor Thornhill2022-12-121-0/+4
* Improve fontification in csharp-ts-mode (bug#59909)Jostein Kjønigsen2022-12-091-2/+8
* ; Prefer HTTPS to HTTP in some URLsStefan Kangas2022-12-091-1/+1
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-091-3/+3
* Fix syntax-table for tree-sitter modesTheodor Thornhill2022-12-071-0/+1
* Consistent fontification of using-directives in csharp-ts-modeJostein Kjønigsen2022-12-061-1/+4
* Fix comment-start-skip in tree-sitter modes (bug#59690)Yuan Fu2022-12-031-1/+2
* Improve fontification in csharp-ts-modeJostein Kjønigsen2022-11-281-2/+12
* Remove treesit-comment-start/end and use comment-start/end-skipYuan Fu2022-11-271-2/+8
* Remove compatibility code in csharp-modeTheodor Thornhill2022-11-271-73/+2
* Correctly fontify types in typeof() expression in csharp-ts-modeJostein Kjønigsen2022-11-261-1/+2
* Reorganize treesit-font-lock-feaure-list's to the new level schemeYuan Fu2022-11-261-3/+4
* ; Fix typosStefan Kangas2022-11-261-1/+1
* ; * lisp/progmodes/csharp-mode.el: Add Commentary.Stefan Kangas2022-11-261-0/+4
* ; * lisp/progmodes/csharp-mode.el: Add author and maintainer.Yuan Fu2022-11-251-0/+2
* Fix regex errors in csharp-modeTheodor Thornhill2022-11-251-2/+2
* Improve csharp-ts-mode fontificationJostein Kjønigsen2022-11-241-0/+12
* ; Avoid treesit-related byte-compilation warningsEli Zaretskii2022-11-241-0/+5
* ; * lisp/progmodes/csharp-mode.el: Add missing require form.Yuan Fu2022-11-231-0/+1
* Add csharp-mode and csharp-ts-modeTheodor Thornhill2022-11-231-0/+964