Since pulling the updates from today, my highlighting has been way off.

None of the consts are highlighted anymore, as are... Well, most other things. It was all fine before develop was merged in today.
Edit: It's been determined that the issue is specifically with the following kind of syntax
const obj = {
'my-method'() {
return ...;
}
};