src/Tools/jEdit/src/bibtex_jedit.scala
changeset 58696 6b7445774ce3
parent 58694 983e98da2a42
child 58697 5bc1d6c4a499
--- a/src/Tools/jEdit/src/bibtex_jedit.scala	Thu Oct 16 12:24:19 2014 +0200
+++ b/src/Tools/jEdit/src/bibtex_jedit.scala	Thu Oct 16 21:24:42 2014 +0200
@@ -154,7 +154,8 @@
   private val context_rules = new ParserRuleSet("bibtex", "MAIN")
 
   private class Line_Context(context: Option[Bibtex.Line_Context])
-    extends Token_Markup.Generic_Line_Context[Bibtex.Line_Context](context_rules, context, 0)
+    extends Token_Markup.Generic_Line_Context[Bibtex.Line_Context](
+      context_rules, context, Outer_Syntax.Line_Nesting.init)
 
 
   /* token marker */