You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
format: (state)->self=thisconsole.logatomeditor=atom.workspace.getActiveTextEditor()text=editor.getText()newTextArr=[]['css','html','js'].forEach((val,index)->// here is the thingnewText=self.replaceText(text,val)newTextArr.push(newText))editor.setText(newTextArr.join('\n\n'))
I have noticed that it places style at top then template then js. How to change that order and make it place template > js > style?
The text was updated successfully, but these errors were encountered: