Stefan Kangas
3dbe0cde0e
; * lisp/progmodes/csharp-mode.el: Add Commentary.
2022-11-26 09:04:39 +01:00
Yuan Fu
e9f86182ce
; * lisp/progmodes/csharp-mode.el: Add author and maintainer.
2022-11-25 19:00:18 -08:00
Theodor Thornhill
8910447308
Fix regex errors in csharp-mode
...
* lisp/progmodes/csharp-mode.el (csharp-guess-basic-syntax):
Repetition errors in regex.
(csharp-compilation-re-xbuild-warning): Make regex match regex for
xbuild-error.
2022-11-25 10:54:54 +01:00
Jostein Kjønigsen
b0fa3b1a1f
Improve csharp-ts-mode fontification
...
* lisp/progmodes/csharp-mode.el (csharp-ts-mode--font-lock-settings):
Add more pattern for definition feature.
2022-11-24 13:47:28 -08:00
Eli Zaretskii
149e6e03b3
; Avoid treesit-related byte-compilation warnings
...
* lisp/progmodes/csharp-mode.el:
* lisp/progmodes/ts-mode.el: Declare treesit.c functions.
2022-11-24 21:24:29 +02:00
Yuan Fu
d0cd4ae62e
; * lisp/progmodes/csharp-mode.el: Add missing require form.
2022-11-23 19:48:28 -08:00
Theodor Thornhill
d47e05219f
Add csharp-mode and csharp-ts-mode
...
* etc/NEWS: Mention new modes.
* lisp/progmodes/csharp-mode.el (csharp-mode, csharp-ts-mode): New
major modes.
2022-11-23 14:02:09 -08:00