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 is a syntax highlighting engine and version control visualizer. It functions as a source code syntax highlighter that applies color schemes and formatting to programming languages for visual display, and as a tool for highlighting code changes and diffs relative to version control commits. The project is implemented as a macOS Quick Look extension that provides syntax-highlighted previews of source code files within the Finder. It also includes a Language Server Protocol client to provide semantic tokens and hover information during code previews, and a command line
Supports the use of custom scripts to transform source data prior to syntax highlighting.