TanVD/Grazi

Take into account injected languages

Undin opened this issue · 1 comments

Undin commented

Currently, the inspection doesn't take into account injected language into string literals. That leads to false positive warnings on some syntax constructions.
For example, .. is the special syntax for ranges in Rust language. And if you inject it into string literal and type .., the plugin produces Punctuation: Use of two consecutive dots or commas warning although everything is fine
image

TanVD commented

Fixed