* New Crowdin translations by Github Action * Reset broken translated files to English * Ran script/i18n/homogenize-frontmatter.js * Ran script/fix-translation-errors.js * Reverted translated files with parsing and rendering errors * fix malformed liquid * add next directory to exclude list * currentversion -> currentVersion * fix liquid errors * fix liquid errors * Reset broken translated files to English * Ran script/i18n/homogenize-frontmatter.js * Revert /ja/github/authenticating-to-github/about-authentication-with-saml-single-sign-on * Reset known broken translation files LAST * Run script/i18n/homogenize-frontmatter.js Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Rachael Sewell <rachmari@github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
40 lines
2.3 KiB
Markdown
40 lines
2.3 KiB
Markdown
---
|
|
title: GitHub language support
|
|
intro: 'An overview of the programming languages supported by {% data variables.product.prodname_dotcom %} features.'
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '>=2.22'
|
|
github-ae: '*'
|
|
topics:
|
|
- GitHub
|
|
---
|
|
|
|
<!-- If you make changes to this article, also update any feature-level articles to reflect the same changes in language support. -->
|
|
|
|
### About supported languages
|
|
|
|
Most {% data variables.product.prodname_dotcom %} features work regardless of which languages your code is written in. You can search for code or enable syntax highlighting based on any language known to {% data variables.product.prodname_dotcom %}. For more information, see "[Searching code](/github/searching-for-information-on-github/searching-code#search-by-language)" or "[Creating and highlighting code blocks](/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting)."
|
|
|
|
Some {% data variables.product.prodname_dotcom %} products have features that are currently only supported for a subset of programming languages.
|
|
|
|
### Core languages supported by {% data variables.product.prodname_dotcom %} features
|
|
|
|
Core languages for {% data variables.product.prodname_dotcom %} features include C, C++, C#, Go, Java, JavaScript, PHP, Python, Ruby, Scala, and TypeScript. For features that support package managers, the currently supported package managers are included in the table with their relevant languages.
|
|
|
|
Some features are supported for additional languages or package managers. If you want to know whether another language is supported for a feature or to request support for a language, visit the [Community Forum](https://github.community/).
|
|
|
|
| Language {% data reusables.supported-languages.products-table-header %}
|
|
{% data reusables.supported-languages.C %}
|
|
{% data reusables.supported-languages.Cpp %}
|
|
{% data reusables.supported-languages.Cs %}
|
|
{% data reusables.supported-languages.go %}
|
|
{% data reusables.supported-languages.java %}
|
|
{% data reusables.supported-languages.javascript %}
|
|
{% data reusables.supported-languages.php %}
|
|
{% data reusables.supported-languages.python %}
|
|
{% data reusables.supported-languages.ruby %}
|
|
{% data reusables.supported-languages.scala %}
|
|
{% data reusables.supported-languages.typescript %}
|
|
|
|
[1] These languages are supported for {% data variables.product.prodname_code_scanning %} by third-party actions.
|