Skip to content

Commit 39da671

Browse files
Merge pull request #37 from augmentable-dev/add-R
Add support for R
2 parents 34d552e + 24185d8 commit 39da671

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tests
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44

55
build:

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)