syntax.js 176 B

123
  1. // Small helper to allow for css, html and JavaScript highlighting / formatting in most editors.
  2. module.exports = { css: String.raw, html: String.raw, javascript: String.raw }