svenssonaxel / diff-format

Specification, reference implementations and test battery for Hintful diff format.
Other
10 stars 1 forks source link

Allow hintful hunks to not use newline markers #7

Open svenssonaxel opened 1 year ago

svenssonaxel commented 1 year ago

Implemented on master-syntax2 by fbae4fc, but might be useful on master-syntax1 as well. The use case is using the other features of hintful hunks (snippets and annotations) without having to use newline markers.

svenssonaxel commented 1 year ago

This will make #3 harder to solve, but that might not get solved anyway.