aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/tokens.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/tokens.adb')
-rw-r--r--src/vhdl/tokens.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/tokens.adb b/src/vhdl/tokens.adb
index f74112721..904bd7d71 100644
--- a/src/vhdl/tokens.adb
+++ b/src/vhdl/tokens.adb
@@ -61,7 +61,8 @@ package body Tokens is
return "<character>";
when Tok_Identifier =>
return "<identifier>";
- when Tok_Integer =>
+ when Tok_Integer
+ | Tok_Integer_Letter =>
return "<integer>";
when Tok_Real =>
return "<real>";