Skip to content

Commit

Permalink
👽 Update Query API of tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Mar 14, 2024
1 parent 2b03770 commit 3dfca5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/autoconf_language_server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
from typing import Any

from tree_sitter.binding import Query
from tree_sitter import Query
from tree_sitter_languages import get_language

from . import FILETYPE
Expand Down
2 changes: 1 addition & 1 deletion src/make_language_server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
from typing import Any

from tree_sitter.binding import Query
from tree_sitter import Query
from tree_sitter_languages import get_language

from . import FILETYPE
Expand Down

0 comments on commit 3dfca5f

Please sign in to comment.