rename: ep_syntax_highlighting -> ep_hljs#6
Merged
Conversation
npm rejected publishing 'ep_syntax_highlighting' as too similar to
'ep_syntaxhighlighting' (without underscore between 'syntax' and
'highlighting'), an unmaintained 2014-era plugin by etinquis we don't
own. Renaming to ep_hljs avoids the similarity check, ties the package
name to the underlying library (highlight.js), and is shorter to type.
Find/replace touches everything under the namespace:
- package.json name
- ep.json hook paths
- require('ep_syntax_highlighting/...') -> require('ep_hljs/...')
- padToggle / padSelect pluginName config
- HTML element ids (#ep_syntax_highlighting_select etc.)
- locale keys (ep_syntax_highlighting.label etc.)
- references in templates, README, CLAUDE.md, scripts
The Etherpad-side install path also moves: the plugin lives at
plugin_packages/.versions/ep_hljs@<ver>/ now. 39 backend tests still
pass under the new install path.
GitHub repo also renamed: ether/ep_syntax_highlighting -> ether/ep_hljs.
The old URL redirects, but the canonical home is now
https://github.com/ether/ep_hljs.
ⓘ You've reached your Qodo monthly free-tier limit. Reviews pause until next month — upgrade your plan to continue now, or link your paid account if you already have one. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npm refused to accept
ep_syntax_highlightingas too similar toep_syntaxhighlighting(no underscore between syntax and highlighting), an unmaintained 2014-era package by etinquis we don't own and can't reach quickly. Renaming toep_hljsavoids the similarity check, ties the package name to the underlying library, and is shorter.Scope
grep -rl 'ep_syntax_highlighting'touched 23 files. The substring is namespaced everywhere:require('…')paths, ep.json hooks, padToggle/padSelect pluginName, HTML element IDs, locale keys, template references, README, CLAUDE.md, even the postinstall script. All 23 files updated via sed; rename is mechanical.Test plan
plugin_packages/.versions/ep_hljs@0.1.1/.Related
GitHub repo also renamed (ether/ep_syntax_highlighting → ether/ep_hljs). GitHub auto-redirects the old URL.
🤖 Generated with Claude Code