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

Improve R syntax support for MonacoEditor #146

Open
coatless opened this issue Feb 1, 2024 · 0 comments
Open

Improve R syntax support for MonacoEditor #146

coatless opened this issue Feb 1, 2024 · 0 comments
Labels
p: medium Address issue before the next release if possible t: feature-request Request the addition of a new feature
Milestone

Comments

@coatless
Copy link
Owner

coatless commented Feb 1, 2024

We're missing some features of R syntax that would be made available with:

https://github.com/microsoft/monaco-editor/blob/21db3aebf09e6e3c43720084e270870184855642/src/basic-languages/r/r.ts

We likely need to register:

monaco.languages.register({ id: 'r' });
monaco.languages.setMonarchTokensProvider('r', <???>)
monaco.languages.setLanguageConfiguration('r', <???>)

where <??> is the conf and language from r.ts.

@coatless coatless added the p: medium Address issue before the next release if possible label Feb 1, 2024
@coatless coatless added this to the 4.1 milestone Feb 1, 2024
@coatless coatless added the t: feature-request Request the addition of a new feature label Feb 2, 2024
@coatless coatless modified the milestones: 4.1, 4.2 Mar 26, 2024
@coatless coatless modified the milestones: 0.4.2 (next release), Future Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p: medium Address issue before the next release if possible t: feature-request Request the addition of a new feature
Projects
None yet
Development

No branches or pull requests

1 participant