CodeEditApp / CodeEditApp/CodeEditLanguages
❇️ Add R language support
- Ngôn ngữ chính
- Swift
- Star
- 133
- Fork
- 55
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### 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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.