Add help link to ocp-indent beautifier
This commit is contained in:
parent
f6f85e4a2f
commit
ce02903f89
|
@ -15,4 +15,8 @@ module.exports = class OCPIndent extends Beautifier
|
|||
beautify: (text, language, options) ->
|
||||
@run("ocp-indent", [
|
||||
@tempFile("input", text)
|
||||
])
|
||||
], {
|
||||
help: {
|
||||
link: "https://www.typerex.org/ocp-indent.html"
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue