add more semantic tokens

This commit is contained in:
2025-07-30 22:10:27 +02:00
parent ed045aa459
commit fed8b84b46
4 changed files with 253 additions and 21 deletions
+5 -12
View File
@@ -1,13 +1,6 @@
proc myProc {arg {opt 1}} {
}
set myVar 1
namespace eval myNameSpace {
proc namespaceProc {} {}
}
set result [myNameSpace::namespaceProc]
MOM_abort_program "Test"
set main 1
if {$main == 1 \
&& 1 == 1} {
puts "main"
} {}