From c0397f1f4c80e73a2e4ccd1946703fe6a5bb405e Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 3 Jan 2023 18:01:04 -0500 Subject: go to type definition --- ted.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ted.h') diff --git a/ted.h b/ted.h index 19a975c..6fb6754 100644 --- a/ted.h +++ b/ted.h @@ -467,6 +467,8 @@ typedef struct { typedef enum { GOTO_DECLARATION, GOTO_DEFINITION, + GOTO_IMPLEMENTATION, + GOTO_TYPE_DEFINITION, } GotoType; typedef struct { -- cgit v1.2.3