mirror of
https://github.com/github/semantic.git
synced 2025-01-04 13:34:31 +03:00
🔥 redundant parens.
This commit is contained in:
parent
0478787df4
commit
8152d01c6a
@ -170,7 +170,7 @@ jsonParser :: Parser JSON.Term
|
||||
jsonParser = DeterministicParser jsonASTParser JSON.assignment
|
||||
|
||||
jsonASTParser :: Parser (AST [] JSON.Grammar)
|
||||
jsonASTParser = (ASTParser tree_sitter_json)
|
||||
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