Skip to content

[BUG] Comments starting with ; are not supported #3

Description

@i-ky

Bug Description

// and /* ... */ comments are supported, but ; comments are not supported.

Steps to Reproduce

  1. Open a test.s file with the following content:
    ; This should be treated as a comment

Expected Behavior

; should start a comment except when it is part of string literal. No diagnostics should be produced in comments.

Actual Behavior

; comments are parsed as regular code, false positive diagnostics are produced.

Environment

  • OS: Windows 10, macOS Sequoia 15.3.2

  • ArmLS Version: 0.7.4

  • I have searched for existing bug reports

  • I have included all relevant information

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions