Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to edit R #22

Open
anzacsf2010 opened this issue Oct 19, 2018 · 1 comment
Open

Ability to edit R #22

anzacsf2010 opened this issue Oct 19, 2018 · 1 comment

Comments

@anzacsf2010
Copy link

Hello, this is not an issue, more of a request to see if there was any plan to have R code show up just like we have for those other languages (PHP, Python, etc...), i.e., a way for the editor to recognize .r files and understand what keywords are, etc....

Andy.

@coder0107git
Copy link

coder0107git commented Nov 5, 2022

Just for completeness new languages can be added if Ace supports the language in question (R in this case). Then add the format to manifest.json and src/settings/ace.modes.json. The explanation of the structure of ace.modes.json:

"yml": { "<-- The file extension",
  "icon": "devicon devicon-devicon-plain", "<-- The font icon class (see the font-awesome, font-devicon, and font-mfizz subfolders in the vendor folder)",
  "mode": "yaml", "<-- The Ace language mode"
  "name": "Yaml", "<-- The name displayed in the editor"
}

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

No branches or pull requests

2 participants