-
Notifications
You must be signed in to change notification settings - Fork 0
Missing scopes on punctuation #10
Comments
I am sure that @kylebarron and @guillaumechaumet are still working on it. |
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 |
I was working on backticks definition since I have seen some strange behaviour. I will look into language-ruby to find some good examples. |
add punctuation part for "() , . `"
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? |
This issue was moved to REditorSupport/atom-language-r#7 |
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.The text was updated successfully, but these errors were encountered: