We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f171f2 commit 24185d8Copy full SHA for 24185d8
pkg/comments/comments.go
@@ -69,6 +69,7 @@ var LanguageParseOptions map[Language]*lege.ParseOptions = map[Language]*lege.Pa
69
"Swift": CStyleCommentOptions,
70
"Common Lisp": LispStyleCommentOptions,
71
"Emacs Lisp": LispStyleCommentOptions,
72
+ "R": HashStyleCommentOptions,
73
}
74
75
// Comments is a list of comments
0 commit comments