Skip to content

javascript.lang: Fix highlighting for reserved word property names

Reserved words (extends, class, etc.) are allowed as property names of objects, but property accessors (obj.extends) were highlighted as errors. This fixes this incorrect highlighting.

Merge request reports