Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tcl lexer bare words #1742

Closed
Akuli opened this issue Mar 8, 2021 · 0 comments · Fixed by #1834
Closed

tcl lexer bare words #1742

Akuli opened this issue Mar 8, 2021 · 0 comments · Fixed by #1834
Labels
A-lexing area: changes to individual lexers good first issue Good for newcomers help wanted Community help appreciated!
Milestone

Comments

@Akuli
Copy link
Contributor

Akuli commented Mar 8, 2021

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.

@Anteru Anteru added good first issue Good for newcomers help wanted Community help appreciated! A-lexing area: changes to individual lexers labels Mar 8, 2021
Akuli added a commit to Akuli/porcupine that referenced this issue Jun 5, 2021
Akuli added a commit to Akuli/porcupine that referenced this issue Jun 5, 2021
* custom <Shift-Button-1> key binding

* delete unnecessary quotes pygments/pygments#1742
@Anteru Anteru added this to the 2.10 milestone Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lexing area: changes to individual lexers good first issue Good for newcomers help wanted Community help appreciated!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants