-
Notifications
You must be signed in to change notification settings - Fork 11
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
Missing scopes on punctuation #7
Comments
I am sure that @kylebarron and @guillaumechaumet are still working on it. |
From @kylebarron on December 8, 2017 0:31 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 ? |
We are waiting @lee-dohm to transfer the ownership of his repo to REditorSupport so we can inherit the atom package name |
From @guillaumechaumet on December 8, 2017 6:11 I was working on backticks definition since I have seen some strange behaviour. I will look into language-ruby to find some good examples. |
From @guillaumechaumet on January 9, 2018 17:16 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? |
it was fixed on the current master. |
@randy3k It's still not working for me |
You are right, I misunderstood the issue. |
It should really be fixed now. |
Awesome, thank you! I just found other missing scopes on commas and semicolons that weren't in the original bug report: df[1,2];
a[,"weight"];
ifelse(p > median(p), "large", "small");
matrix(c(rep(1:0,3), rep(0:1,3)), ncol=2, byrow=TRUE); Should I open a new issue for this? |
You should. But I don't see the point here. Could you give us a normal behavior? |
This reverts commit bfb59bd.
This reverts commit 81f9c75.
Correction done |
From @chbk on December 7, 2017 23:28
I use r a lot so this package is great, is it still being developed?
If so, I noticed missing scopes on
()
,
:They should be
punctuation.definition.parameters.bracket.round.begin|end
,punctuation.separator.parameters.comma
based on docs.Copied from original issue: REditorSupport/atom-language-r-legacy#10
The text was updated successfully, but these errors were encountered: