vim-js icon indicating copy to clipboard operation
vim-js copied to clipboard

Broken if-else without braces

Open ignat opened this issue 4 years ago • 0 comments

This code

if (condition) statement;
else statement;

produces incorrect highlight for else.

ignat avatar Jul 09 '21 11:07 ignat