Fix syntax highlighting

This commit is contained in:
Ben Ogle 2014-08-27 09:36:08 -07:00
parent 327749b6c5
commit cb34539508

View File

@ -28,9 +28,9 @@ TextMateScopeSelector = require('first-mate').ScopeSelector
# be called with all current editor instances and also when any editor is
# created in the future.
#
# ```coffeescript
# atom.workspace.eachEditor (editor) ->
# editor.insertText('Hello World')
# ```coffee
# atom.workspace.eachEditor (editor) ->
# editor.insertText('Hello World')
# ```
#
# ## Buffer vs. Screen Coordinates