aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-tokens.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-tokens.adb')
-rw-r--r--src/vhdl/vhdl-tokens.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-tokens.adb b/src/vhdl/vhdl-tokens.adb
index e85ccc2a4..815f0aba2 100644
--- a/src/vhdl/vhdl-tokens.adb
+++ b/src/vhdl/vhdl-tokens.adb
@@ -469,6 +469,10 @@ package body Vhdl.Tokens is
return "within";
when Tok_Abort =>
return "abort";
+ when Tok_Async_Abort =>
+ return "async_abort";
+ when Tok_Sync_Abort =>
+ return "sync_abort";
when Tok_Before =>
return "before";
when Tok_Before_Em =>