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 Jun 24, 2024
1 parent 953abfc commit da35af9
Show file tree
Hide file tree
Showing 4 changed files with 228 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
176 changes: 176 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 da35af9

Please sign in to comment.