# Shell

## Language-specific properties

You can discover and update the Shell-specific [properties](https://docs.sonarsource.com/sonarqube-cloud/analyzing-source-code/analysis-parameters) in *Your project* > **Administration** > **General Settings** > **Languages** > **Shell.**

## Supported languages and syntaxes

The analyzer is designed to analyze Bash and POSIX shell scripts, which are the only officially supported shell flavors.

However, analysis for other shell flavors (e.g. `ksh`, `zsh`) is also possible. This support is partial, and the analyzer will perform best on scripts that use syntax compatible with or similar to POSIX and Bash. You may encounter parsing errors when analyzing scripts that rely on features or syntaxes specific to other shells. This may lead to raising issues unrelated to your shell flavor.
