edit-vocab word
parent
d2c5f28b65
commit
425fd8e551
|
@ -35,6 +35,9 @@ SYMBOL: edit-hook
|
|||
: edit ( defspec -- )
|
||||
where [ first2 edit-location ] when* ;
|
||||
|
||||
: edit-vocab ( name -- )
|
||||
vocab-source-path 1 edit-location ;
|
||||
|
||||
: :edit ( -- )
|
||||
error get delegates [ parse-error? ] find-last nip [
|
||||
dup parse-error-file source-file-path ?resource-path
|
||||
|
|
Loading…
Reference in New Issue