Expand description
PYTHON grammar for tree-sitter
This crate provides the python language grammar for use with tree-sitter.
Constants§
- HIGHLIGHTS_
QUERY - The highlights query for python.
- INJECTIONS_
QUERY - The injections query for python (empty - no injections available).
- LOCALS_
QUERY - The locals query for python (empty - no locals available).
Functions§
- language
- Returns the python tree-sitter language.