diff options
Diffstat (limited to 'src/vhdlscanner.l')
-rw-r--r-- | src/vhdlscanner.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdlscanner.l b/src/vhdlscanner.l index a6966cd..5db595b 100644 --- a/src/vhdlscanner.l +++ b/src/vhdlscanner.l @@ -1672,6 +1672,7 @@ ENDPROTECEDBODY "end"{BR}+"protected"{BR}+"body"{BR}+{NAME} static void initEntry(Entry *e) { e->fileName = yyFileName; + e->lang = SrcLangExt_VHDL; initGroupInfo(e); } |