mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
ExternalTemplate.cpp:
- sort Lexer table. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25262 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
593e06989a
commit
483e1fcd19
@ -318,12 +318,12 @@ void Template::readTemplate(Lexer & lex)
|
||||
|
||||
LexerKeyword templateoptiontags[] = {
|
||||
{ "automaticproduction", TO_AUTOMATIC },
|
||||
{ "preview", TO_PREVIEW },
|
||||
{ "filefilter", TO_FILTER },
|
||||
{ "format", TO_FORMAT },
|
||||
{ "guiname", TO_GUINAME },
|
||||
{ "helptext", TO_HELPTEXT },
|
||||
{ "inputformat", TO_INPUTFORMAT },
|
||||
{ "preview", TO_PREVIEW },
|
||||
{ "templateend", TO_END },
|
||||
{ "transform", TO_TRANSFORM }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user