1 个仓库
Custom scripts that transform source code before it is passed to a rendering or compilation engine.
Distinct from Source-to-Source Compilers: Distinct from full source-to-source transpilers; these are light pre-processing transformations for highlighting.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Preprocessing Scripts. Refine with filters or upvote what's useful.
SourceCodeSyntaxHighlight 是一款语法高亮引擎和版本控制可视化工具。它作为一个源代码语法高亮器,将配色方案和格式应用于编程语言以进行视觉显示,并作为一个用于突出显示相对于版本控制提交的代码更改和差异的工具。 该项目实现为 macOS Quick Look 扩展,在 Finder 中提供源代码文件的语法高亮预览。它还包括一个语言服务器协议 (LSP) 客户端,用于在代码预览期间提供语义 Token 和悬停信息,以及一个用于将源代码文件批量处理为高亮输出的命令行界面工具。 其他功能涵盖通过标记添加、编辑或删除的行来可视化版本控制更改。该系统支持通过自定义脚本进行源文件预处理,支持颜色和字体的视觉外观定制,并使用外部高亮库进行渲染。
Supports the use of custom scripts to transform source data prior to syntax highlighting.