``` class Foo { [someThing]() { return 10; } } ``` The current highlighter thinks the method body is jsClassBlock so its entire highlighting is thrown off.