highlight.js
Advanced tools
Comparing version 10.3.1 to 10.3.2
@@ -180,3 +180,8 @@ const IDENT_RE = '[A-Za-z$_][0-9A-Za-z$_]*'; | ||
/* eslint-disable no-unreachable */ | ||
/* | ||
Language: JavaScript | ||
Description: JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. | ||
Category: common, scripting | ||
Website: https://developer.mozilla.org/en-US/docs/Web/JavaScript | ||
*/ | ||
@@ -183,0 +188,0 @@ /** @type LanguageFn */ |
@@ -180,3 +180,8 @@ const IDENT_RE = '[A-Za-z$_][0-9A-Za-z$_]*'; | ||
/* eslint-disable no-unreachable */ | ||
/* | ||
Language: JavaScript | ||
Description: JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. | ||
Category: common, scripting | ||
Website: https://developer.mozilla.org/en-US/docs/Web/JavaScript | ||
*/ | ||
@@ -183,0 +188,0 @@ /** @type LanguageFn */ |
@@ -9,3 +9,3 @@ { | ||
"homepage": "https://highlightjs.org/", | ||
"version": "10.3.1", | ||
"version": "10.3.2", | ||
"author": { | ||
@@ -12,0 +12,0 @@ "name": "Ivan Sagalaev", |
@@ -225,7 +225,7 @@ # Highlight.js | ||
<link rel="stylesheet" | ||
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.2/styles/default.min.css"> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.2/highlight.min.js"></script> | ||
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.2/styles/default.min.css"> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.2/highlight.min.js"></script> | ||
<!-- and it's easy to individually load additional languages --> | ||
<script charset="UTF-8" | ||
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.2/languages/go.min.js"></script> | ||
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.2/languages/go.min.js"></script> | ||
``` | ||
@@ -237,4 +237,4 @@ | ||
<link rel="stylesheet" | ||
href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.1.2/build/styles/default.min.css"> | ||
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.1.2/build/highlight.min.js"></script> | ||
href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.3.2/build/styles/default.min.css"> | ||
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.3.2/build/highlight.min.js"></script> | ||
``` | ||
@@ -241,0 +241,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1545609
35620