Log

ID Flags Age Author Message
19dd5aa52fe3 5 months ago Omar Valdez Generate parser
f2a374304dfe
[E]
5 months ago Omar Valdez Support comments (#15)
629676fc3919 7 months ago Riley Bruins Generate parser
100a7b679840
[E]
7 months ago Riley Bruins Support mode changing syntax
8c4a9908ce67
[E]
7 months ago Riley Bruins Expose the similarity score as a named node
928b9cafa1a0 7 months ago Riley Bruins Expose diff argument as a named 'argument' node
710e88112751 8 months ago Michael Davis Generate parser
886bb5122a8e
[E]
8 months ago Michael Davis Remove '--git' assumption
c165725c28e6 1 year ago Michael Davis js: Update dependencies
612e26163207 1 year ago Michael Davis Generate parser
16d01ac5f22e
[E]
1 year ago Michael Davis Organize changes into hunks
f69bde8e56f4
[E]
1 year ago Matt Massicotte SPM support (#6)
1d63cd49529e 2 years ago Michael Davis Run CI on pushes and pull requests
ef5ec62621b1 2 years ago Michael Davis Run npm format
0b9a08ebf828 2 years ago Michael Davis Generate parser
4264c00122a6 2 years ago Michael Davis Parse three or more '+'s as additions
d5480bec42b1
[E]
2 years ago Danilo Spinella Fix highlighting diff of diffs
330eb648bbc2 2 years ago Michael Davis Add example highlights
797c53c5d514 2 years ago Michael Davis Generate parser
6d7c499bc4d2
[E]
2 years ago Michael Davis Fix deletions with multiple leading dashes
f65e7ae24a01 2 years ago Michael Davis Only list diff as supported file-types
fd74c78fa88a 2 years ago Michael Davis Generate parser
35b8402e876b 2 years ago Michael Davis Bump npm dependencies
752f4914210d 2 years ago Michael Davis Bump tree-sitter-cli to 0.20.7
913a0c167aa3 2 years ago Michael Davis Mark lines starting with '--' as deletions
c996c570e9e4 2 years ago Michael Davis Gneerate parser on latest tree-sitter
ca750e5bbc86 2 years ago Michael Davis fix links in readme
d3fdfbdf4143 2 years ago Michael Davis ignore wasm bindings
505d320cd9b2 2 years ago Michael Davis remove generated wasm bindings
9c3983a08879 2 years ago Michael Davis push generated wasm binding to the gh-pages branch
4609eddc4443 2 years ago Michael Davis use custom action for generating the parser commit
d8c604f3f365 2 years ago the-mikedavis Generate parser
c4896c818e9a 2 years ago Michael Davis rebrand as tree-sitter-diff
ed3a9010290e 2 years ago Michael Davis remove flakes
c615a6a773d2 2 years ago Michael Davis mark tree-sitter-generated files as generated
9809e32b5339 2 years ago Michael Davis add readme section on grammar design
71763f583a43 2 years ago Michael Davis add example highlights to readme
3baeaa8a92e0 2 years ago Michael Davis add CI and parser generation actions workflows
6ebc9b01f802 2 years ago Michael Davis add playground in docs dir
618280c37db0 2 years ago Michael Davis add test cases for locations within diffs
3a94ba52f013 2 years ago Michael Davis clean up line repetition rules
c12e6ecb5448 2 years ago Michael Davis make grammar more resilient to (lack-of) newlines
32cb17faed15 2 years ago Michael Davis rename to tree-sitter-git-diff
e20400289582 2 years ago Michael Davis separate out nodes for old and new files
b34150158a3a 2 years ago Michael Davis use a regex instead of a choice for file declarations
4285bcb9e6a3 2 years ago Michael Davis test case for 'no newline at end of file'
777539d8097f 2 years ago Michael Davis format
33c9762e8d27 2 years ago Michael Davis parse locations without context
313b001d6f4e 2 years ago Michael Davis generate wasm
65ba8372ca73 2 years ago Michael Davis add test case for binary file deletion
139074c2370e 2 years ago Michael Davis regenerate parser
4ad7e0bd9ee6 2 years ago Michael Davis add rule parse binary changes
62f49eace1b9 2 years ago Michael Davis reorganize 'seq's with 'iseq' helper
e580598bc788 2 years ago Michael Davis generate wasm
dd475b866aea 2 years ago Michael Davis separate out percentage from similarity score
c8445a234bee 2 years ago Michael Davis remove unecessary prec rules
fe0c56a6d737 2 years ago Michael Davis parse file renames
ede149b17757 2 years ago Michael Davis parse new and deleted files
5d3e631a08a8 2 years ago Michael Davis parse a simple text-file based example
e82424e61fee 2 years ago Michael Davis ideate on overall rules
6f14340daa1b 2 years ago Michael Davis setup newline and placeholder for extras
694f4a444d4f 2 years ago Michael Davis add test case files for texts and binaries
4e27b28df2dc 2 years ago Michael Davis generate 'hello world' of grammars
4af19767444a 2 years ago Michael Davis add npm package declaration
dc2526a68dd6 2 years ago Michael Davis add LICENSE
45d034020218 2 years ago Michael Davis add basic devShell flake
83d40edc8c82 2 years ago Michael Davis add basics to readme
9f5d7002e9bc 2 years ago Michael Davis Initial commit