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

💯The most accurate syntax highlighting plugin for JavaScript and Flow.js

Results 4 vim-js issues
Sort by recently updated
recently updated
newest added

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?

Notice that syntax highlight for static block is incorrect. Also, the rest of my file is no longer highlighted correctly.