Changelog
View SourceAll notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0]
Added
- Initial release of
Makeup.Lexers.DiffLexer. - Unified diff support: file banners,
@@ ... @@hunk headers with a separately tokenized section hint, and@@@ ... @@@combined (merge) diff headers. - Context diff support:
*** old/--- newbanners, the***************hunk separator,*** 1,5 ****and--- 1,7 ----range lines, and the!change marker. - Normal diff support:
1,5c1,7/3d2/0a1command lines and the</>content markers. - Git extended headers, Subversion and CVS scaffolding, and
git format-patchmail preambles. - Context-sensitive resolution of
---and+++lines: file banner versus removed/added content. - Registration for the language names
diff,udiffandpatch, and for the.diffand.patchfile extensions.