diff --git a/index.html b/index.html index a377c612..9e05ed68 100644 --- a/index.html +++ b/index.html @@ -196,8 +196,7 @@ console.log(addResult);

> See all themes

Setting the Programming Language Mode

By default, the editor supports plain text mode. All other language modes are available as separate modules, loaded on demand like this:

-
editor.getSession().setMode("ace/mode/javascript");
-                            
+
editor.getSession().setMode("ace/mode/javascript");