mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
🔥 jsonASTParser.
This commit is contained in:
parent
47020db964
commit
058aab0417
@ -9,7 +9,6 @@ module Parsing.Parser
|
||||
, goParser
|
||||
, goASTParser
|
||||
, jsonParser
|
||||
, jsonASTParser
|
||||
, markdownParser
|
||||
, pythonParser
|
||||
, pythonASTParser
|
||||
@ -153,9 +152,6 @@ pythonASTParser = ASTParser tree_sitter_python
|
||||
jsonParser :: Parser JSON.Term
|
||||
jsonParser = DeterministicParser jsonASTParser JSON.assignment
|
||||
|
||||
jsonASTParser :: Parser (AST [] JSON.Grammar)
|
||||
jsonASTParser = ASTParser tree_sitter_json
|
||||
|
||||
typescriptParser :: Parser TypeScript.Term
|
||||
typescriptParser = AssignmentParser (ASTParser tree_sitter_typescript) TypeScript.assignment
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user