Page MenuHomePhabricator

JavaScript highlighting - Some properties of objects are given keyword colours
Open, Needs TriagePublic

Description

Some properties of objects (which look like keywords) are given keyword highlight colours.

object.continue
object.return
object.function

and etc. It would be nice if the highlighting was consistent. Demonstration: drop this while editing and click 'show preview'.

<syntaxhighlight lang="js">
object.continue
object.return
object.function
object.notkeyword
</syntaxhighlight>