Skip to content

tcl lexer bare words #1742

@Akuli

Description

@Akuli

In Tcl, everything is a string by default. For example, you can write puts @12,34 and it will be interpreted same as puts "@12,34". This is useful for Tk text widget, which uses this to denote the character at x coordinate 12 and y coordinate 34.

Pygments highlights @ and , as syntax error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lexingarea: changes to individual lexersgood first issueGood for newcomershelp wantedCommunity help appreciated!

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions