Skip to content

Commit 68e846d

Browse files
also activate for addin
1 parent 85159be commit 68e846d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/addins.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ style_active_file <- function() {
6060
is_rprofile_file(context$path)
6161
)
6262

63-
if (is_rmd_file(context$path)) {
63+
if (is_rmd_file(context$path) || is_qmd_file(context$path)) {
6464
out <- transform_mixed(context$contents, transformer, filetype = "Rmd")
6565
} else if (is_rnw_file(context$path)) {
6666
out <- transform_mixed(context$contents, transformer, filetype = "Rnw")

0 commit comments

Comments
 (0)