summaryrefslogtreecommitdiffstats
path: root/libidu/scanners.c
diff options
context:
space:
mode:
Diffstat (limited to 'libidu/scanners.c')
-rw-r--r--libidu/scanners.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libidu/scanners.c b/libidu/scanners.c
index af48c9f..fceeb1c 100644
--- a/libidu/scanners.c
+++ b/libidu/scanners.c
@@ -65,6 +65,7 @@ static void help_me_text __P((void));
struct language languages_0[] =
{
{ "C", parse_args_c, get_token_c, help_me_c },
+ { "C++", parse_args_c, get_token_c, help_me_c },
{ "asm", parse_args_asm, get_token_asm, help_me_asm },
{ "text", parse_args_text, get_token_text, help_me_text },
};