Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9312091
highlightjs.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
617 B
Subscribers
None
highlightjs.js
View Options
/**
* Copyright (C) 2018-2020 The Software Heritage developers
* See the AUTHORS file at the top-level directory of this distribution
* License: GNU Affero General Public License version 3, or any later version
* See top-level LICENSE file for more information
*/
// highlightjs chunk that will be lazily loaded
import
'highlight.js'
;
import
'highlightjs-line-numbers.js'
;
import
'highlight.js/styles/github.css'
;
import
'./highlightjs.css'
;
// define a synchronous version of hljs.lineNumbersBlock
hljs
.
lineNumbersBlockSync
=
function
(
block
)
{
block
.
innerHTML
=
hljs
.
lineNumbersValue
(
block
.
innerHTML
);
};
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Thu, Jul 3, 10:42 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3360439
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment