Skip to content

Add a more file types for R - #7633

Merged
pascalkuthe merged 2 commits into
helix-editor:masterfrom
dgkf:dgkf/r-languages-toml-updates
Jul 15, 2023
Merged

Add a more file types for R#7633
pascalkuthe merged 2 commits into
helix-editor:masterfrom
dgkf:dgkf/r-languages-toml-updates

Conversation

@dgkf

@dgkf dgkf commented Jul 14, 2023

Copy link
Copy Markdown
Contributor

Registers extra R ecosystem files

  • .Rprofile & Rprofile.site files, which are configured in R
  • Renviron & .Renviron files, which are GNU configuration files, a syntax that is a subset of the existing bash syntax
  • Rd documentation files, which use infotex, a subset of LaTeX
  • .Rbuildignore (sort of like a .gitignore for R packages), which is defined as regexs

Quite a few files in the R ecosystem use the Debian Control File (DCF) format, but there isn't an existing language to couple that to, so I'll leave that for a separate PR.

(using R administration guide as reference)

Comment thread languages.toml
Comment thread languages.toml
@pascalkuthe pascalkuthe changed the title Adding a few more file types to support the R language Add a more file types for R Jul 15, 2023
@pascalkuthe
pascalkuthe merged commit 79a8fd6 into helix-editor:master Jul 15, 2023
mtoohey31 pushed a commit to mtoohey31/helix that referenced this pull request Jun 2, 2024
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants