es.next.syntax.vim
es.next.syntax.vim copied to clipboard
ES.Next syntax for Vim
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' ```  Sometimes when returning an expression surrounded with `(``)`, the syntax highlighting breaks, e.g.: ``` javascript const...