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 c4550af82..eb98894f3 100644
--- a/src/vhdl/vhdl-tokens.adb
+++ b/src/vhdl/vhdl-tokens.adb
@@ -360,10 +360,14 @@ package body Vhdl.Tokens is
return "cover";
when Tok_Default =>
return "default";
+ when Tok_Force =>
+ return "force";
when Tok_Parameter =>
return "parameter";
when Tok_Property =>
return "property";
+ when Tok_Release =>
+ return "release";
when Tok_Restrict =>
return "restrict";
when Tok_Restrict_Guarantee =>