diff options
Diffstat (limited to 'src/vhdl/tokens.adb')
-rw-r--r-- | src/vhdl/tokens.adb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/tokens.adb b/src/vhdl/tokens.adb index 904bd7d71..e1bdfefaa 100644 --- a/src/vhdl/tokens.adb +++ b/src/vhdl/tokens.adb @@ -341,6 +341,10 @@ package body Tokens is when Tok_Protected => return "protected"; + -- VHDL 08 + when Tok_Context => + return "context"; + -- AMS-VHDL when Tok_Across => return "across"; |