diff options
Diffstat (limited to 'src/vhdl/vhdl-tokens.ads')
-rw-r--r-- | src/vhdl/vhdl-tokens.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-tokens.ads b/src/vhdl/vhdl-tokens.ads index e791ebb63..08834a575 100644 --- a/src/vhdl/vhdl-tokens.ads +++ b/src/vhdl/vhdl-tokens.ads @@ -42,7 +42,8 @@ package Vhdl.Tokens is Tok_Eof, -- End of file. Tok_Newline, - Tok_Comment, + Tok_Line_Comment, -- End of line comment (--) + Tok_Block_Comment, -- Block comment (/* .. */) Tok_Character, Tok_Identifier, Tok_Integer, |