UNPKG
ep_syntax
Version:
latest (1.3.0)
1.3.0
Make Etherpad look like n++ or Sublime Text
ep_syntax
/
static
/
js
/
ace.js
4 lines
•
149 B
JavaScript
View Raw
1
2
3
4
// that fixed link color ...
exports
.
aceEditorCSS
=
function
(
hook_name, cb
) {
// inner pad CSS;
return
[
'ep_codepad/static/css/ace.css'
]; };