Description
Enables Tree-sitter-based editors and tools to parse Bash scripts. It helps provide better syntax highlighting, structure-aware navigation, folding, and queries for shell code.
Parsing a shell script does not make it safe to execute. Review commands, expansions, and file operations separately before running scripts.