%CODE{}%
and %ENDCODE%
variables is handled by the BeautifierPlugin.
%CODE{"language"}% ...code... %ENDCODE%
Parameter | Description | Default |
---|---|---|
"language" | Beautify language. Available languages: bash , c++ , c# , java , javascript , lua , makefile , perl , plsql , php3 , phython , scheme , tcl , html , xml , verilog , vhdl | (none, required) |
• Expands to: %CODE{"cpp"}% void foo() { print("Do stuff.\n"); } %ENDCODE% | void foo() { print("Do stuff.\n"); } |