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.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-scanner.adb b/src/vhdl/vhdl-scanner.adb
index 1d47a76f4..aadb0d538 100644
--- a/src/vhdl/vhdl-scanner.adb
+++ b/src/vhdl/vhdl-scanner.adb
@@ -1835,7 +1835,8 @@ package body Vhdl.Scanner is
return True;
end if;
when Name_Pragma
- | Name_Synthesis =>
+ | Name_Synthesis
+ | Name_Synopsys =>
if Flag_Pragma_Comment then
Scan_Comment_Identifier (Id, True);
case Id is