Skip to content
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
@chbk

Description

@chbk

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

k

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions