mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
Get tree_sitter_python from semantic-python for the precise parser.
It’s the same symbol, but will ease breaking the dependency when we 🔥 à la carte Python.
This commit is contained in:
parent
d530c57141
commit
2f6d485205
@ -160,7 +160,7 @@ jsonParserPrecise :: Parser (PreciseJSON.Term Loc)
|
||||
jsonParserPrecise = UnmarshalParser PreciseJSON.tree_sitter_json
|
||||
|
||||
pythonParserPrecise :: Parser (PrecisePython.Term Loc)
|
||||
pythonParserPrecise = UnmarshalParser tree_sitter_python
|
||||
pythonParserPrecise = UnmarshalParser PrecisePython.tree_sitter_python
|
||||
|
||||
|
||||
-- | A parser for producing specialized (tree-sitter) ASTs.
|
||||
|
Loading…
Reference in New Issue
Block a user