es.next.syntax.vim icon indicating copy to clipboard operation
es.next.syntax.vim copied to clipboard

ES.Next syntax for Vim

Results 4 es.next.syntax.vim issues
Sort by recently updated
recently updated
newest added

Hi, I'm not sure if this is intended, however the else part of a ternary conditional is highlighted. This is whether it is a function, variable or string. If I...

I noticed that every highlight group of this was linked to `Statement` which rendered them kinda useless plus `Statement` doesn't fit for any of them except for the `,` in...

vim-javascript has Flow support, but is missing many other ES2016+ features like decorators. https://github.com/pangloss/vim-javascript/blob/master/extras/flow.vim My vim syntax skills aren't good enough to splice these together :(

I'm using this following plugins: ``` Plugin 'othree/yajs.vim' Plugin 'othree/es.next.syntax.vim' Plugin 'mxw/vim-jsx' ``` ![syntax-highlight](https://cloud.githubusercontent.com/assets/416585/18424092/f4604fe0-7860-11e6-9c07-f488114d6a25.gif) Sometimes when returning an expression surrounded with `(``)`, the syntax highlighting breaks, e.g.: ``` javascript const...