Skip to content

Commit 899155d

Browse files
committed
Use new BibTeX parser by default
Resolves #1559 As no significant performance issues can be found, use new(er) more robust parser by default.
1 parent 7ef1ed5 commit 899155d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

LaTeXTools.sublime-settings

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -550,19 +550,17 @@
550550
// ------------------------------------------------------------------
551551

552552
// OPTION: "bibliography"
553-
// Either a single bibliography plugin to use or a list of plugins
553+
// Either a single bibliography plugin to use or a list of plugins
554554
// which will be executed in order, stopping after the first result
555-
// found
555+
// found.
556556
//
557557
// Possible values:
558558
//
559-
// "traditional" the default, regex-based bibliography
560-
// parsing
559+
// "traditional" simple regex-based bibliography parsing
561560
//
562-
// "new" a newer parser which supports more complex
563-
// formatting and additional fields, but may
564-
// be slower
565-
"bibliography": "traditional",
561+
// "new" (default) a parser which supports more
562+
// complex formatting and additional fields.
563+
"bibliography": "new",
566564

567565
// OPTION: "additional_bibliography_file"
568566
// With this setting you can add the path to one or more additional

0 commit comments

Comments
 (0)