newlines in impl
definition break syntax highlighting
#493
Labels
A-syntax
Area: Syntax highlighting
impl
definition break syntax highlighting
#493
Sublime Text Version
Build 4126
Rust Enhanced Version
v2.25.0
Operating system
OS Name Microsoft Windows 10 Home
Version 21H2 build 19044.1826
Expected behavior
For the following snippet, the trait name should be colored like normal text and the
for
keyword should colored like a keywordThis may occur in cases where you implement e.g.
TryFrom<U>
whereU
is very templated or deep in some module structure.Actual behavior
The trait name is highlighted like it's the type name and
for
is not highlighted like a keyword.Steps to reproduce
The text was updated successfully, but these errors were encountered: