CODE{"language"} -- format and syntax highlight code fragments

  • The %CODE{}% and %ENDCODE% variables is handled by the BeautifierPlugin.
  • Syntax: %CODE{"language"}% ...code... %ENDCODE%
  • Parameters:
    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)
  • Example:                   • Expands to:
    %CODE{"cpp"}%
    void foo() {
      print("Do stuff.\n");
    }
    %ENDCODE%
    void foo() {
            print("Do stuff.\n");
    } 
  • Category: FormattingAndRenderingVariables, UIAndVisualizationVariables
  • Related: BeautifierPlugin
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2020-11-22 - TWikiAdminUser
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarCODE.