From cb3453950899f1735ddf3dc86d11af46ea5f0bc9 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 27 Aug 2014 09:36:08 -0700 Subject: [PATCH] Fix syntax highlighting --- src/editor.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/editor.coffee b/src/editor.coffee index b2679ddc7..ced7a5448 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -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