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

R comment support #1

Closed
greenley opened this issue Jul 18, 2020 · 2 comments · Fixed by #6
Closed

R comment support #1

greenley opened this issue Jul 18, 2020 · 2 comments · Fixed by #6
Labels
enhancement New feature or request

Comments

@greenley
Copy link

Submitting an issue per "If you don't see your favorite language in this table, but it does use one of the supported comment formats, submit an issue here" in the readme. Your scriptsMatcherFactory already supports the R language's comment syntax which is: # single-line only and multiple single-line "#" for multi-line behavior. The file extension for R language scripts is .R. The language does not require indentation for comments and does not require spaces between the "#" and the comment body, so it is valid in the context of singleLineTodoPattern's "^\s*#.*TODO" requirement in todomatcher.go.

@preslavmihaylov
Copy link
Owner

Nice! Thanks for the succinct specification.

@preslavmihaylov
Copy link
Owner

Feel free to pull latest master & rebuild via go build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants