> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qlty.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Programming Language Support

## Full support

Qlty (both Qlty CLI and Qlty Cloud) provides complete support for the following languages.

<Columns cols={3}>
  <Card title="C / C++" icon="c" href="/languages/c-cpp" />

  <Card title="C#" icon="hashtag" href="/languages/csharp" />

  <Card title="Go" icon="brands golang" href="/languages/golang" />

  <Card title="Java" icon="brands java" href="/languages/java" />

  <Card title="JavaScript" icon="brands js" href="/languages/javascript" />

  <Card title="Kotlin" icon="k" href="/languages/kotlin" />

  <Card title="PHP" icon="brands php" href="/languages/php" />

  <Card title="Python" icon="brands python" href="/languages/python" />

  <Card title="Ruby" icon="gem" href="/languages/ruby" />

  <Card title="Rust" icon="brands rust" href="/languages/rust" />

  <Card title="Swift" icon="brands swift" href="/languages/swift" />

  <Card title="TypeScript" icon="brands js" href="/languages/typescript" />
</Columns>

### Planned

We are planning to add full support for the following languages:

* Elixir
* Groovy
* Scala
* VB.NET

If you'd like us to add suport for a programming language that you use, please contact us.

## Infrastructure as Code (IaC) Languages

Qlty provides security scanning and linting for the following Infrastructure as Code languages:

* Terraform
* CloudFormation
* Kubernetes
* Docker
* Shell (Bash)
* GitHub Actions workflows

## Additional Languages

Qlty supports additional languages with a wide range of linter and auto-formatter [plugins](/plugins).

|          | Linting | Formatting |
| -------- | ------- | ---------- |
| CSS      | ✓       | ✓          |
| GraphQL  |         | ✓          |
| HTML     |         | ✓          |
| JSON     |         | ✓          |
| Markdown | ✓       | ✓          |
| Prisma   | ✓       |            |
| SASS     |         | ✓          |
| SCSS     | ✓       |            |
| SQL      | ✓       |            |
| YAML     |         | ✓          |

## More information

* [Available Plugins](/plugins)
* [Security Framework](/cloud/security/framework)
* [Implementing Security Scanning](/cloud/security/implementing)
* [Developing Plugins](/cli/developing-plugins)
