Class: EmacsVerilogMode
Defined in: | src/beautifiers/verilog-mode/index.coffee |
Inherits: | Beautifier |
Variables Summary
- name =
-
"Emacs Verilog Mode"
- link =
-
"https://www.veripool.org/projects/verilog-mode/"
- isPreInstalled =
-
false
- executables =
-
[ { name: "Emacs", cmd: "emacs", homepage: "https://www.gnu.org/software/emacs/", installation: "https://www.gnu.org/software/emacs/", version: { parse: function(text) { return text.match(/Emacs (\d+\.\d+\.\d+)/)[1]; } } } ]
- options =
-
{ Verilog: { emacs_script_path: true } }
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)