Skip to content

Commit

Permalink
feat: add java bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Sep 7, 2024
1 parent 953abfc commit 5a52d1d
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{json,toml,yml,gyp}]
[*.{json,toml,yml,gyp,xml}]
indent_style = space
indent_size = 2

Expand Down
175 changes: 175 additions & 0 deletions bindings/java/pom.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions bindings/java/src/test/java/TreeSitterJavaTest.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a52d1d

Please sign in to comment.