From af184fe2ff040e704ccbf9440753995861a83080 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Mon, 15 Sep 2014 18:42:52 -0700 Subject: [PATCH] Convert visibility on the grammars section --- src/editor.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editor.coffee b/src/editor.coffee index 095667198..9eb09f323 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -1357,11 +1357,11 @@ class Editor extends Model Section: Grammars ### - # Public: Get the current {Grammar} of this editor. + # Essential: Get the current {Grammar} of this editor. getGrammar: -> @displayBuffer.getGrammar() - # Public: Set the current {Grammar} of this editor. + # Essential: Set the current {Grammar} of this editor. # # Assigning a grammar will cause the editor to re-tokenize based on the new # grammar.