1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

Get tree_sitter_json from Language.JSON.

This commit is contained in:
Rob Rix 2019-10-07 14:13:30 -04:00
parent 024ff089ed
commit bb898a34e6
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -66,7 +66,6 @@ import Prelude hiding (fail)
import Prologue
import TreeSitter.Go
import TreeSitter.Java
import TreeSitter.JSON
import qualified TreeSitter.Language as TS (Language, Symbol)
import TreeSitter.PHP
import TreeSitter.Python
@ -159,7 +158,7 @@ javaParserPrecise :: Parser (PreciseJava.Term Loc)
javaParserPrecise = UnmarshalParser tree_sitter_java
jsonParserPrecise :: Parser (PreciseJSON.Term Loc)
jsonParserPrecise = UnmarshalParser tree_sitter_json
jsonParserPrecise = UnmarshalParser PreciseJSON.tree_sitter_json
pythonParserPrecise :: Parser (PrecisePython.Term Loc)
pythonParserPrecise = UnmarshalParser tree_sitter_python