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

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

bug#61876: 28.2; Invalid highlighting of expression comments in Scheme


From: Jakub T. Jankiewicz
Subject: bug#61876: 28.2; Invalid highlighting of expression comments in Scheme
Date: Tue, 28 Feb 2023 20:25:41 +0100

This is valid expression in Scheme:

```
(list #;#;42 10 10)
```

that evaluates to `(10)` double expression comment eat two S-Expressions in a
row.

but scheme-mode highlights the whole line as comment (starting at #;)

--
Jakub T. Jankiewicz, Senior Front-End Developer
https://jcubic.pl/me





reply via email to

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