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:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user