Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 10 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
.DS_Store
languages.dat
.rosetta/
lib_dojo/
lib_highlight/
*.tar.gz
output/
vendor/
composer.lock
test/**/*.js

.DS_Store
.php_cs.cache
.php-cs-fixer.cache
*.tar.gz
composer.lock
languages.dat
test/**/*.js

!translator/composer.lock
2 changes: 1 addition & 1 deletion demo/compare.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function getLanguageDemo($lang)
<title>highlight.php vs highlight.js Comparison</title>
<link rel="stylesheet" type="text/css" href="../styles/default.css">

<script src="highlight.pack.js"></script>
<script src="highlight.min.js"></script>
<script>
hljs.tabReplace = ' ';
hljs.initHighlightingOnLoad();
Expand Down
3,413 changes: 3,413 additions & 0 deletions demo/highlight.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions demo/highlight.pack.js

This file was deleted.

130 changes: 0 additions & 130 deletions src/Highlight/languages/1c.json

This file was deleted.

58 changes: 0 additions & 58 deletions src/Highlight/languages/abnf.json

This file was deleted.

55 changes: 0 additions & 55 deletions src/Highlight/languages/accesslog.json

This file was deleted.

148 changes: 0 additions & 148 deletions src/Highlight/languages/actionscript.json

This file was deleted.

Loading