Fixes #230
This commit is contained in:
parent
77726fe218
commit
597a7c3202
2 changed files with 3 additions and 1 deletions
|
@ -160,6 +160,8 @@ define([
|
|||
}
|
||||
this.setMode("ace/mode/" + syntaxValue);
|
||||
this.syntaxMode = syntaxValue;
|
||||
//update the UI
|
||||
command.fire("session:syntax");
|
||||
return syntaxValue;
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue