fixed naming of parser
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@283 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
74dd14d532
commit
413bc9e070
@ -219,8 +219,8 @@ static void findTeXTags(void)
|
||||
|
||||
extern parserDefinition* TexParser (void)
|
||||
{
|
||||
static const char *const extensions [] = { "tex", "sty", "cls", NULL };
|
||||
parserDefinition * def = parserNew ("Tex");
|
||||
static const char *const extensions [] = { "tex", "sty", "idx", NULL };
|
||||
parserDefinition * def = parserNew ("LaTeX");
|
||||
def->kinds = TeXKinds;
|
||||
def->kindCount = KIND_COUNT (TeXKinds);
|
||||
def->extensions = extensions;
|
||||
|
Loading…
x
Reference in New Issue
Block a user