treat appcache files as shell (uibuilder support)

This commit is contained in:
Steve-Mcl 2021-05-02 23:00:35 +01:00
parent 1f4f64a7c0
commit 10465c5d68
1 changed files with 3 additions and 0 deletions

View File

@ -719,6 +719,9 @@ RED.editor.codeEditor.monaco = (function() {
case "vue":
mode = "html";
break;
case "appcache":
mode = "shell";
break;
//TODO: add other compatability types.
}
return mode;