diff --git a/src/syntax.coffee b/src/syntax.coffee index c2d1b22bb..98a14f3fc 100644 --- a/src/syntax.coffee +++ b/src/syntax.coffee @@ -26,7 +26,7 @@ class Syntax extends GrammarRegistry syntax constructor: -> - super + super(maxTokensPerLine: 100) @propertyStore = new ScopedPropertyStore serialize: ->