mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix syntax highlighting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user