bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#78008: [PATCH] 31.0.50; csharp-ts-mode does not highlight string-int


From: Jostein Kjønigsen
Subject: bug#78008: [PATCH] 31.0.50; csharp-ts-mode does not highlight string-interpolation expressions correctly
Date: Wed, 23 Apr 2025 10:37:09 +0200

Hey everyone!

Using csharp-ts-mode, string-interpolation expressions correctly. Basically the entire string-interpolation _expression_ is fontified as a continuous string.

This seems to be caused be a few selectors which are too wide, capturing non-string content, and a mix of missing selectors as well.

Attached is a patch which fixes this.


Kind Regards
Jostein Kjønigsen

Attachment: 0001-csharp-mode.el-Improve-fontification-of-string-inter.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]