Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9126003
clojure-repl.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
500 B
Subscribers
None
clojure-repl.js
View Options
/*
Language: Clojure REPL
Description: Clojure REPL sessions
Author: Ivan Sagalaev <maniac@softwaremaniacs.org>
Requires: clojure.js
Website: https://clojure.org
Category: lisp
*/
/** @type LanguageFn */
function
clojureRepl
(
hljs
)
{
return
{
name
:
'Clojure REPL'
,
contains
:
[
{
className
:
'meta.prompt'
,
begin
:
/^([\w.-]+|\s*#_)?=>/
,
starts
:
{
end
:
/$/
,
subLanguage
:
'clojure'
}
}
]
};
}
module
.
exports
=
clojureRepl
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 21 2025, 9:35 PM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3347960
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment