mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
💄
This commit is contained in:
@@ -843,11 +843,10 @@ class EditSession
|
||||
getGrammar: -> @languageMode.grammar
|
||||
|
||||
reloadGrammar: ->
|
||||
grammarChanged = @languageMode.reloadGrammar()
|
||||
if grammarChanged
|
||||
if @languageMode.reloadGrammar()
|
||||
@unfoldAll()
|
||||
@displayBuffer.tokenizedBuffer.resetScreenLines()
|
||||
grammarChanged
|
||||
true
|
||||
|
||||
getDebugSnapshot: ->
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user