1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Add R as a supported language for code navigation (#51987)

This commit is contained in:
Luke Francl
2024-08-15 09:11:09 -07:00
committed by GitHub
parent 5db69165e9
commit f0c2426d14
2 changed files with 2 additions and 0 deletions

View File

@@ -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" %} |

View File

@@ -12,6 +12,7 @@
* PHP
* Protocol Buffers
* Python
* R
* Ruby
* Rust
* Scala