@@ -34,7 +34,7 @@ export default {
34
34
{ rule : / \. p y t h o n $ / i, lang : 'python' , executable : true , application : 'python' , runType : 'python' , ext : '.python' , scriptType : 'python' , abbr : 'py' , logo : 'fi-python' , isCanBeNew : true , label : 'Python' , isCanBeOpen : true , flowType : 'python' } ,
35
35
{ rule : / \. p y $ / i, lang : 'python' , executable : true , application : 'spark' , runType : 'python' , ext : '.py' , scriptType : 'pythonSpark' , abbr : 'py' , logo : 'fi-spark-python' , isCanBeNew : true , label : 'PythonSpark' , isCanBeOpen : true , flowType : 'pyspark' } ,
36
36
{ rule : / \. r $ / i, lang : 'r' , executable : true , application : 'spark' , runType : 'r' , ext : '.r' , scriptType : 'r' , abbr : 'r' , logo : 'fi-r' , isCanBeNew : true , label : 'R' , isCanBeOpen : true } ,
37
- { rule : / \. s h $ / i, lang : 'sh' , executable : true , application : 'shell' , runType : 'shell' , ext : '.sh' , scriptType : 'shell' , abbr : 'shell' , logo : 'fi-r' , isCanBeNew : false , label : 'Shell' , isCanBeOpen : true , flowType : 'shell' } ,
37
+ { rule : / \. s h $ / i, lang : 'sh' , executable : true , application : 'shell' , runType : 'shell' , ext : '.sh' , scriptType : 'shell' , abbr : 'shell' , logo : 'fi-r' , isCanBeNew : true , label : 'Shell' , isCanBeOpen : true , flowType : 'shell' } ,
38
38
{ rule : / \. q m l s q l $ / i, lang : 'hql' , executable : false , application : 'spark' , runType : 'sql' , ext : '.qmlsql' , scriptType : 'qmlsql' , abbr : 'qmlsql' , logo : 'fi-spark' , isCanBeNew : false , label : 'QMLSQL' , isCanBeOpen : true } ,
39
39
{ rule : / \. q m l p y $ / i, lang : 'python' , executable : false , application : 'spark' , runType : 'python' , ext : '.qmlpy' , scriptType : 'qmlpy' , abbr : 'qmlpy' , logo : 'fi-python' , isCanBeNew : false , label : 'QMLPy' , isCanBeOpen : true } ,
40
40
{ rule : / \. t x t $ / i, lang : 'text' , executable : false , application : null , runType : null , ext : '.txt' , scriptType : 'txt' , abbr : '' , logo : 'fi-txt' , isCanBeNew : false , isCanBeOpen : true } ,
0 commit comments