Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.
This repository was archived by the owner on May 19, 2020. It is now read-only.

Support for attributes without parenthesis #18

@maddes

Description

@maddes

I haven't looked the code yet, but will ASAP.

In the meanwhile, I let here my idea.
The parenthesis could be replaced by a simple comma, for example, this:

a(href: '/login', title: 'View login page') Login

Could be written like this:

a, href: '/login', title: 'View login page' Login

The rationale is simple: is there a comma? then an attribute is comming

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