Open
Description
Does this issue occur when all the other extensions are disabled?: Yes
- VS Code Version: 1.97.2 (user setup)
- Desktop Electron Version or Browser version: 32.2.7
- OS Version: Windows 11
Describe the bug
Syntax highlighting seems to have problem when and
keyword appears in loop
.
Steps to Reproduce
Paste this code into editor:
(loop for abc-def from 0 to 42
and ghi-jkl in (list 1 2 3 4)
collect (cons abc-def ghi-jkl))
Screenshots
Expected behavior
Highlightings for variable ghi-jkl
and the row where it is defined are correct.
Metadata
Metadata
Assignees
Labels
No labels