tilde.club/~brennen/
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.

25 lines
630 B

  1. This is the README file for SHJS - Syntax Highlighting in JavaScript.
  2. This distribution contains the following files:
  3. sh_main.js
  4. The main script.
  5. sh_main.min.js
  6. The main script, compressed by YUI Compressor
  7. (http://www.julienlecomte.net/yuicompressor/).
  8. sh_style.css
  9. Default style sheet.
  10. css/*.css
  11. Style sheets for different highlighting themes.
  12. css/*.min.css
  13. Compressed versions of the above.
  14. lang/*.js
  15. Scripts for different programming languages.
  16. lang/*.min.js
  17. Compressed versions of the above.
  18. doc/
  19. Documentation.
  20. See index.html for instructions.
  21. See gpl.txt for licensing terms.