Skip to content

Commit

Permalink
👽 Fix Language() of tree-sitter > 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed May 20, 2024
1 parent b2b4f4c commit cf7080a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/termux_language_server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

SCHEMAS = {}
QUERIES = {}
language = Language(get_language_ptr(), "bash")
language = Language(get_language_ptr())
parser = Parser()
parser.set_language(language)

Expand Down

0 comments on commit cf7080a

Please sign in to comment.