Skip to content

Misinterpretation of obj.quote as keyword #168

@Jasha10

Description

@Jasha10

Syntax highlighting is messed up by the following line of code:
["$(obj.base)/$(obj.quote)" for obj in eachrow(edgelist[[:base,:quote]])]
Here obj.quote is just some field of the obj object, but julia-vim is interpreting the word quote as a keyword. This causes the entire document (starting with the word for in the above line of code) to be highlighted as if it were a string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions