mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
treat appcache files as shell (uibuilder support)
This commit is contained in:
parent
1f4f64a7c0
commit
10465c5d68
@ -719,6 +719,9 @@ RED.editor.codeEditor.monaco = (function() {
|
|||||||
case "vue":
|
case "vue":
|
||||||
mode = "html";
|
mode = "html";
|
||||||
break;
|
break;
|
||||||
|
case "appcache":
|
||||||
|
mode = "shell";
|
||||||
|
break;
|
||||||
//TODO: add other compatability types.
|
//TODO: add other compatability types.
|
||||||
}
|
}
|
||||||
return mode;
|
return mode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user