We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238a8c2 commit ba73e21Copy full SHA for ba73e21
semantic.red
@@ -601,6 +601,14 @@ semantic: context [
601
if nested/1/error [return false]
602
write-log "empty pair"
603
]
604
+ type = string! [
605
+ if nested/1/error [return false]
606
+ write-log "string"
607
+ ]
608
+ type = file! [
609
610
+ write-log "file"
611
612
find all-path! type [
613
start: nested/1/range/1
614
nnested: nested/1/nested
@@ -2754,7 +2762,10 @@ completion: context [
2754
2762
complete-file top pc comps
2755
2763
return comps
2756
2764
2757
- complete-word top pc comps
2765
+ if find [word! lit-word! get-word!] to word! pc/1/type [
2766
+ complete-word top pc comps
2767
+ return comps
2768
2758
2769
comps
2759
2770
2760
2771
0 commit comments