This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Missing scopes on periods #280
Closed
Description
Periods aren't consistently scoped:
var result = object.method(); // Correct: meta.delimiter.method.period.js
var instance = new object.Class(); // Incorrect: entity.name.type.instance.js
object.property = value; // Correct: meta.delimiter.method.period.js
object.method = function(){}; // Incorrect: meta.function.js