CodeEditApp / CodeEditApp/CodeEditLanguages
❇️ Add R language support
未關閉
- 主要語言
- Swift
- 星號
- 133
- 分支
- 55
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### 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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。