1
1
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:
Rob Rix 2019-10-07 14:22:28 -04:00
parent d530c57141
commit 2f6d485205
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -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.