Set maxTokensPerLine to 100

Previously this default lived in firs-mate but it belongs here since
it is an Atom limitation to tokenize responsively.
This commit is contained in:
Kevin Sawicki
2014-04-04 14:46:40 -07:00
parent 665088ce27
commit 18d6a56e82

View File

@@ -26,7 +26,7 @@ class Syntax extends GrammarRegistry
syntax
constructor: ->
super
super(maxTokensPerLine: 100)
@propertyStore = new ScopedPropertyStore
serialize: ->