Skip to content

Supported Languages

Since we're based on tree-sitter, we can support all the languages that tree-sitter supports.

Presently, however, we use the wonderful go-tree-sitter by Maxim Sukharev behind the scenes, which gives us first-class support for the following languages:

LanguageIdentifier
Bashbash, sh
C#csharp, cs
CSScss, css3
Dockerfiledocker, dockerfile
Elixirelixir
Elmelm
Gogo
Groovygroovy
HCLhcl, tf
HTMLhtml
Javajava
JavaScriptjavascript, js, jsx
Kotlinkotlin, kt
Lualua
OCamlocaml, ml
PHPphp
Pythonpy, python
Rubyrb, ruby
Rustrust, rs
Scalascala
SQLsql
Swiftswift
TypeScripttypescript, ts, tsx

In the checker YAML file, you can specify the language you want to run the checker on by setting the language field, which should be one of the identifiers listed above.

NOTE

You can write checkers for all the languages listed above using either the YAML or the Go interface. Advanced features like imports and scope resolution, cross-file analysis are only available in the Go interface and only for a subset of languages at the moment — Python, and JavaScript.

Made with ♥ by DeepSource, released under the MIT License.