Highlight braced stored-proc names in lappend arguments #42

Merged
Christoph merged 1 commits from #41 into main 2026-09-21 19:13:31 +00:00
1 Commits
Author SHA1 Message Date
Christoph Brandau 4de05caac7 fix(semantic_tokens): highlight braced stored-proc names in lappend
Treat braced lappend arguments that match custom or standard procedure names as
function tokens for semantic highlighting. This applies the same visual
highlighting as calls but does not treat the literal as executable Tcl. Previously
such braced stored-proc names were not highlighted.
2026-09-21 21:12:47 +02:00