Skip to content

Expand macro parsing to repeated patterns #311

Closed
@sampersand

Description

@sampersand

Sublime Text Version

Sublime Text 3 (Build 3176)

Rust Enhanced Version

v2.15.0

Operating system

macOS v10.13.4 (high sierra)

References

Improvement number 25 on #284 is also something that should be updated

Request

highlight repeated patterns:

macro_rules! foo {
	($($foo:expr),*) => {}
}

It'd be nice if $foo:expr would highlight as if i didn't have the $(),* surrounding it.

Metadata

Metadata

Assignees

Labels

A-syntaxArea: Syntax highlighting

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions