Skip to content

loop body won't be correctly colored when and keyword presents #13

Open
@xl-study

Description

@xl-study

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

Image

Expected behavior
Highlightings for variable ghi-jkl and the row where it is defined are correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions