Skip to content

Parenthesis in case expression not scoped as punctuation #151

Description

@Remillard

The parenthesis in an if conditional is scoped as follows (for example):

vhdl-mode: source.vhdl meta.block.architecture.body.vhdl meta.block.process.body.vhdl meta.block.if.conditional.vhdl meta.group.parens.vhdl punctuation.group.parens.begin.vhdl 

The parenthesis in a case expression is scoped as follows (for example):

vhdl-mode: source.vhdl meta.block.architecture.body.vhdl meta.block.process.body.vhdl meta.block.if.body.vhdl meta.block.case.expression.vhdl

Seems like case expression should also have the punctuation scope at the end.

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