mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update documentation to push threshold back past 80%
This commit is contained in:
@@ -306,12 +306,17 @@ class DisplayBuffer
|
||||
setTabLength: (tabLength) ->
|
||||
@tokenizedBuffer.setTabLength(tabLength)
|
||||
|
||||
# Retrieves the grammar for the buffer.
|
||||
getGrammar: ->
|
||||
@tokenizedBuffer.grammar
|
||||
|
||||
# Sets the grammar for the buffer.
|
||||
#
|
||||
# grammar - Sets the new grammar rules
|
||||
setGrammar: (grammar) ->
|
||||
@tokenizedBuffer.setGrammar(grammar)
|
||||
|
||||
# Reloads the current grammar.
|
||||
reloadGrammar: ->
|
||||
@tokenizedBuffer.reloadGrammar()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user