This commit is contained in:
Thomas Wilburn 2014-05-23 17:49:54 -07:00
parent 77726fe218
commit 597a7c3202
2 changed files with 3 additions and 1 deletions

View file

@ -160,6 +160,8 @@ define([
}
this.setMode("ace/mode/" + syntaxValue);
this.syntaxMode = syntaxValue;
//update the UI
command.fire("session:syntax");
return syntaxValue;
}

View file

@ -1,7 +1,7 @@
{
"name": "Caret",
"description": "Professional text editing for Chrome and Chrome OS",
"version": "1.4.11",
"version": "1.4.12",
"manifest_version": 2,
"icons": {
"128": "icon-128.png"