summaryrefslogtreecommitdiff
path: root/lisp/progmodes/csharp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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