highlighter2 0.2.4 → 0.2.5
raw patch · 1 files changed
+4/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- highlighter2.cabal +4/−1
highlighter2.cabal view
@@ -1,7 +1,10 @@ name: highlighter2-version: 0.2.4+version: 0.2.5 synopsis: source code highlighting description:+ It's fork from original highlighter, with some changes for performance.+ This version work faster (5 - 10 times) for big files (> 1000 lines of code).+ . Processes source code using tons of lexers, tokenizing it and formatting it as e.g. HTML. . Very similar to the Python Pygments library; many lexers directly converted from it.