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%
    %CODE{"cpp"}% void foo() { print("Do stuff.\n"); } %ENDCODE%
  • Category: FormattingAndRenderingVariables, UIAndVisualizationVariables
  • Related: BeautifierPlugin
Topic revision: r0 - 2012-12-02 - TWikiContributor
 
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.