From f0c2426d14fd045ac1988a80e32b8cab33d598f3 Mon Sep 17 00:00:00 2001 From: Luke Francl Date: Thu, 15 Aug 2024 09:11:09 -0700 Subject: [PATCH] Add R as a supported language for code navigation (#51987) --- .../working-with-files/using-files/navigating-code-on-github.md | 1 + data/reusables/search/code-nav-supported-languages.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/repositories/working-with-files/using-files/navigating-code-on-github.md b/content/repositories/working-with-files/using-files/navigating-code-on-github.md index db73f270c3..f96de49b5e 100644 --- a/content/repositories/working-with-files/using-files/navigating-code-on-github.md +++ b/content/repositories/working-with-files/using-files/navigating-code-on-github.md @@ -39,6 +39,7 @@ Code navigation uses the open source [`tree-sitter`](https://github.com/tree-sit | PHP | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | | Protocol Buffers | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | | Python | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | +| R | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | | Ruby | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | | Rust | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | | Scala | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | diff --git a/data/reusables/search/code-nav-supported-languages.md b/data/reusables/search/code-nav-supported-languages.md index d117e1a9d2..a3d42ca17a 100644 --- a/data/reusables/search/code-nav-supported-languages.md +++ b/data/reusables/search/code-nav-supported-languages.md @@ -12,6 +12,7 @@ * PHP * Protocol Buffers * Python +* R * Ruby * Rust * Scala