生成 HTML 和/或 RTF 的 RPG 和 CLP 语法荧光笔?
我发现ToHtml.com 有一堆很好的语法突出显示,可以生成HTML。
所以:有人知道用于生成 HTML 或 RTF 的 RPG 或/和 CLP 语法突出显示吗?
更多参考
- 自定义画笔 SyntaxHighlighter 确实显示 RPG,但它不会生成可以复制到剪贴板的 HTML; SyntaxHighlighterModified 可以,但很难像 RPG 那样集成自定义画笔
- GeSHi, BlogTrog、CodeHtmlEr 和 Gist 不做 CLP 也不做 RPG
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我有一段时间也有同样的需求,最后硬着头皮为 RPG 模式 “nofollow noreferrer”>王牌编辑器。您可以在此处查看它。我还修改了 Ace“Tomorrow”主题以拥有更多 RPG 功能。
我本来打算 fork/pull Ace Editor 并添加这个,但他们有一个更费力的贡献场景,所以我还没有花时间这样做。
一直将它用于基于浏览器的代码文档。见下文。
编辑:
另一种选择是使用 VSCode。他们在最新版本中添加了一项功能,允许从 VSCode 复制源代码并将其粘贴到您选择的媒介(演示文稿、电子邮件等)中,并完全用语法着色进行标记。将其与 VSCode RPG 语法插件结合起来,您就拥有了一个成功的解决方案。
I've had the same need for awhile and finally bit the bullet and created an
RPG mode
for the Ace Editor. You can see it here. I also modified the Ace "Tomorrow" theme to have more RPG features.I was going to fork/pull the Ace Editor and add this, but they have a more laborious contribution scenario so I haven't taken the time to do that yet.
Been using it for browser-based code documentation. See below.
EDIT:
Another option is using VSCode. They added a feature to the latest version that allows copying the source from VSCode and pasting it into the medium of your choice (presentation, email, etc) fully marked up with syntax coloring. Couple that with the VSCode RPG Syntax plugin and you have a winning solution.
我们必须创建荧光笔。我还没有看过,也没有深入了解它会有多复杂。他们中的大多数都是开源的,并且很乐意接受新语言。
We would have to create the highlighters. I haven't looked and any in dept to see how complicated it would would be. Most of them are open-source and would gladly accept the new languages.