Contains the Concourse pipeline definition for building a line-server container
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
209 B

  1. // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
  2. hljs.tabReplace = ' ';
  3. hljs.initHighlightingOnLoad();
  4. hljs.initLineNumbersOnLoad();
  5. // @license-end