Rust lexer chokes on #idents
inside quote!
macro
#1061
Labels
A-lexing
area: changes to individual lexers
good first issue
Good for newcomers
help wanted
Community help appreciated!
X-imported
imported from Bitbucket
(Original issue 1357 created by None on 2017-06-18T14:22:25.731309+00:00)
Inside
quote!( ... )
orquote!{ ... }
, identifiers following an octothorpe (e.g.#my_var
) should be highlighted.Instead, it currently errors.
Examples:
The text was updated successfully, but these errors were encountered: