Skip to content

Instantly share code, notes, and snippets.

@a-n-29
a-n-29 / how-to-use-tree-sitter-java.py
Created November 1, 2025 02:55
How to use tree-sitter v0.25.1 with tree-sitter-python 0.23.6 and tree-sitter-java 0.23.5
!pip install tree_sitter==0.25.1
!pip install tree_sitter_java==0.23.5
sample_code='''private void handleFABClick(final int edit, final int otherType) {
closeFABMenu();
Preferences prefs = new Preferences(this);
CarCursor car = new CarSelection().suspendedSince((Date) null).query(getContentResolver(),
CarColumns.ALL_COLUMNS, CarColumns.NAME + " COLLATE UNICODE");