Skip to content

Commit 24185d8

Browse files
committed
add support for R
1 parent 5f171f2 commit 24185d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/comments/comments.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ var LanguageParseOptions map[Language]*lege.ParseOptions = map[Language]*lege.Pa
6969
"Swift": CStyleCommentOptions,
7070
"Common Lisp": LispStyleCommentOptions,
7171
"Emacs Lisp": LispStyleCommentOptions,
72+
"R": HashStyleCommentOptions,
7273
}
7374

7475
// Comments is a list of comments

0 commit comments

Comments
 (0)