bigfish / vim-js-context-coloring

JavaScript Context Coloring in Vim
MIT License
151 stars 8 forks source link

breaks with ES5 getter/setter syntax #15

Closed gasparch closed 9 years ago

gasparch commented 10 years ago

breaks on AST parse

SomeClassClass.prototype = { get reply_status () { throw new Error('no reply_status'); } };

bigfish commented 9 years ago

aha, will look into this

bigfish commented 9 years ago

I checked in a fix for this issue.. try it now?

gasparch commented 9 years ago

seems to be working now :) thanks!