diff --git a/grep_ast/parsers.py b/grep_ast/parsers.py index 0a5f336..3f5f9b0 100644 --- a/grep_ast/parsers.py +++ b/grep_ast/parsers.py @@ -46,10 +46,11 @@ ".scala": "scala", ".sql": "sql", ".sqlite": "sqlite", + ".sw": "sway", # https://github.com/FuelLabs/tree-sitter-sway ".toml": "toml", ".tsq": "tsq", - ".tsx": "typescript", ".ts": "typescript", + ".tsx": "typescript", ".yaml": "yaml", }