tcl lexer bare words #1742
Labels
A-lexing
area: changes to individual lexers
good first issue
Good for newcomers
help wanted
Community help appreciated!
Milestone
In Tcl, everything is a string by default. For example, you can write
puts @12,34
and it will be interpreted same asputs "@12,34"
. This is useful for Tk text widget, which uses this to denote the character at x coordinate12
and y coordinate34
.Pygments highlights
@
and,
as syntax error.The text was updated successfully, but these errors were encountered: