Skip to content

Syntax does not correctly highlight objects with quoted titles. #2

@Aethylred

Description

@Aethylred

If there are quotes around the title of an object being called, the tile and the object type are not hghlighted correctly.

Simplist example:

class{'name::of::class': }

More complete:

file{"a.file-${fqdn}":
    ensure   => file,
    path       => '/path/to/a.file',
    content  => template("example/${fqdn}/a.file"),
}

in these examples the words class and file stay in the default style

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions