aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-scanner.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-scanner.adb')
-rw-r--r--src/vhdl/vhdl-scanner.adb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-scanner.adb b/src/vhdl/vhdl-scanner.adb
index e71b2936e..d0b2910bc 100644
--- a/src/vhdl/vhdl-scanner.adb
+++ b/src/vhdl/vhdl-scanner.adb
@@ -1272,6 +1272,12 @@ package body Vhdl.Scanner is
Current_Token := Tok_Restrict;
when Std_Names.Name_Restrict_Guarantee =>
Current_Token := Tok_Restrict_Guarantee;
+ when Std_Names.Name_Vmode =>
+ Current_Token := Tok_Vmode;
+ when Std_Names.Name_Vprop =>
+ Current_Token := Tok_Vprop;
+ when Std_Names.Name_Vunit =>
+ Current_Token := Tok_Vunit;
when others =>
Current_Token := Tok_Identifier;
end case;