vim-js
vim-js copied to clipboard
💯The most accurate syntax highlighting plugin for JavaScript and Flow.js
This code ```javascript if (condition) statement; else statement; ``` produces incorrect highlight for else.
```flow const pick = (obj: O, ks: K): $Pick => { const result: any = {}; const keys = Object.keys(ks); for (let i = 0, n = keys.length; i <...
Hello, the plugin is the best in vim javascript syntaxes. It would be nice to have a syntax plugin for TypeScript too. What do you think about this?