This repository was archived by the owner on Apr 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,9 +191,9 @@ someASTParser :: Language -> Maybe SomeASTParser
191191someASTParser Go = Just (SomeASTParser (ASTParser tree_sitter_go :: Parser (AST [] Go. Grammar )))
192192someASTParser Haskell = Just (SomeASTParser (ASTParser tree_sitter_haskell :: Parser (AST [] Haskell. Grammar )))
193193someASTParser Java = Just (SomeASTParser (ASTParser tree_sitter_java :: Parser (AST [] Java. Grammar )))
194- someASTParser JavaScript = Just (SomeASTParser (ASTParser tree_sitter_typescript :: Parser (AST [] TypeScript . Grammar )))
194+ someASTParser JavaScript = Just (SomeASTParser (ASTParser tree_sitter_tsx :: Parser (AST [] TSX . Grammar )))
195195someASTParser JSON = Just (SomeASTParser (ASTParser tree_sitter_json :: Parser (AST [] JSON. Grammar )))
196- someASTParser JSX = Just (SomeASTParser (ASTParser tree_sitter_typescript :: Parser (AST [] TypeScript . Grammar )))
196+ someASTParser JSX = Just (SomeASTParser (ASTParser tree_sitter_tsx :: Parser (AST [] TSX . Grammar )))
197197someASTParser Python = Just (SomeASTParser (ASTParser tree_sitter_python :: Parser (AST [] Python. Grammar )))
198198someASTParser Ruby = Just (SomeASTParser (ASTParser tree_sitter_ruby :: Parser (AST [] Ruby. Grammar )))
199199someASTParser TypeScript = Just (SomeASTParser (ASTParser tree_sitter_typescript :: Parser (AST [] TypeScript. Grammar )))
You can’t perform that action at this time.
0 commit comments