Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Missing scopes on punctuation #10

Closed
chbk opened this issue Dec 7, 2017 · 6 comments
Closed

Missing scopes on punctuation #10

chbk opened this issue Dec 7, 2017 · 6 comments

Comments

@chbk
Copy link

chbk commented Dec 7, 2017

I use r a lot so this package is great, is it still being developed?

If so, I noticed missing scopes on () ,:

sub("_", "", path)
getrootdir(utils::untar(src))
data.frame()
file.exists()

They should be punctuation.definition.parameters.bracket.round.begin|end, punctuation.separator.parameters.comma based on docs.

@chbk chbk changed the title Missing scopes on brackets and commas Missing scopes on punctuation Dec 7, 2017
@randy3k
Copy link
Member

randy3k commented Dec 8, 2017

I am sure that @kylebarron and @guillaumechaumet are still working on it.

@kylebarron
Copy link
Contributor

I've been focusing my efforts recently on Stata packages (1, 2) since I'm required to use that language most of the time in my work. I hope to find time to work on this in the next month or two.

Also note that this currently isn't the repository that language-r is sourced from. See this issue for relevant discussion.

I also just noticed that @lee-dohm archived that repository, so I'm not sure if there's any hope of ever having this copy becoming upstream. Creating a maintained fork might be hard to gain traction.

Thoughts @guillaumechaumet ?

@randy3k
Copy link
Member

randy3k commented Dec 8, 2017

We are waiting @lee-dohm to transfer the ownership of his repo to REditorSupport so we can inherit the atom package name language-r. I hope that we have already convinced him and showed our interests in maintaining it.

@guillaumechaumet
Copy link
Contributor

I was working on backticks definition since I have seen some strange behaviour. I will look into language-ruby to find some good examples.

guillaumechaumet added a commit that referenced this issue Jan 9, 2018
add punctuation part for "() , . `"
@guillaumechaumet
Copy link
Contributor

guillaumechaumet commented Jan 9, 2018

I try to improve r.cson for punctuation definition. I have still an issue with back-tick scope. For example `#variable` appeared as comment where '#variable' don't. Any solution?

guillaumechaumet added a commit that referenced this issue Jan 22, 2018
add punctuation part for "() , . `"
@randy3k
Copy link
Member

randy3k commented Feb 12, 2018

This issue was moved to REditorSupport/atom-language-r#7

@randy3k randy3k closed this as completed Feb 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants