dart-lang/dart-vim-plugin

Syntax is not highlighted properly on range pattern matching

brainwo opened this issue · 0 comments

On a range pattern, only the last variable is highlighted.

Test file: https://github.com/dart-lang/dart-syntax-highlight/blob/master/test/test_files/patterns.dart#L44-L51

Expected result (Visual Studio Code):
image

Actual result (Vim):
image