We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5bda24 + be0f06e commit e0efcd2Copy full SHA for e0efcd2
parsers/tex.c
@@ -932,6 +932,7 @@ static void parseTexFile (tokenInfo *const token)
932
case KEYWORD_bibliography:
933
eof = parseTagFull (token, TEXTAG_XINPUT, TEX_XINPUT_BIBLIOGRAPHY,
934
false, &tokenUnprocessed);
935
+ break;
936
case KEYWORD_newcommand:
937
eof = parseNewcommand (token, &tokenUnprocessed);
938
break;
0 commit comments