Pinned Loading
-
-
-
Atom language spec generator
Atom language spec generator 1// paste into Init Script (.js) in Atom
2function specBuild(code, skipSpaces = true) {
3const _escape = (str) => str.replace(/\\/g, '\\\\');
45code = code.replace(/^\s*\n|\n\s*$/g, '');
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.