CodeEditApp / CodeEditApp/CodeEditLanguages

❇️ Add R language support

Open
#90 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
133
Forks
55
PR merge metrics
No merged PRs in 30d

Description

### Language Name

R

### Tree-Sitter Grammar

https://github.com/r-lib/tree-sitter-r

### I will work on this

Yes

### Additional Info (optional)

R is a widely-used programming language for statistical computing and data analysis. The tree-sitter-r grammar already has SPM support and includes comprehensive syntax highlighting queries.

This would enable R code editing with proper highlighting for functions, variables, operators (including R-specific `<-`, `<<-`, `|>`, pipe operators), keywords, and roxygen2 documentation comments (`#'`).

Implementation is complete and tested - works for extracting symbols by name.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.