Class: Crystal
Defined in: | src/beautifiers/crystal.coffee |
Inherits: | Beautifier |
Variables Summary
- name =
-
"Crystal"
- link =
-
"http://crystal-lang.org"
- executables =
-
[ { name: "Crystal", cmd: "crystal", homepage: "http://crystal-lang.org", installation: "https://crystal-lang.org/docs/installation/", version: { parse: function(text) { return text.match(/Crystal (\d+\.\d+\.\d+)/)[1]; } }, docker: { image: "unibeautify/crystal" } } ]
- options =
-
{ Crystal: false }
Variable inherited from Beautifier
Promise name options executables _exe languages beautify logger
Instance Method Summary
Inherited Method Summary
Methods inherited from
Beautifier
#isPreInstalled #loadExecutables #exe #deprecate #deprecateOptionForExecutable #tempFile #readFile #findFile #getDefaultLineEnding #which #run #setupLogger
Instance Method Details
#
(void)
beautify(text, language, options)