mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
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:
@@ -26,7 +26,7 @@ class Syntax extends GrammarRegistry
|
||||
syntax
|
||||
|
||||
constructor: ->
|
||||
super
|
||||
super(maxTokensPerLine: 100)
|
||||
@propertyStore = new ScopedPropertyStore
|
||||
|
||||
serialize: ->
|
||||
|
||||
Reference in New Issue
Block a user