Skip to content

Instantly share code, notes, and snippets.

View SankaD's full-sized avatar
🏠
Working from home

Sanka Darshana SankaD

🏠
Working from home
View GitHub Profile
@SankaD
SankaD / BeutifyJS.js
Last active July 6, 2016 20:58
BeautifyJS for Node.JS
// not sure about the origin, probably https://gist.github.com/adehaas/3693846 Customized version for my liking.
komodo.assertMacroVersion(3);
if (komodo.view.scintilla)
{
komodo.view.scintilla.focus();
} // bug 67103
var koDoc = (komodo.koDoc === undefined ? komodo.document : komodo.koDoc);
var formatter;
var language = koDoc.language;