yuezk / vim-js

💯The most accurate syntax highlighting plugin for JavaScript and Flow.js
MIT License
140 stars 8 forks source link

Broken if-else without braces #21

Open ignat opened 3 years ago

ignat commented 3 years ago

This code

if (condition) statement;
else statement;

produces incorrect highlight for else.