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 85159be commit 68e846dCopy full SHA for 68e846d
R/addins.R
@@ -60,7 +60,7 @@ style_active_file <- function() {
60
is_rprofile_file(context$path)
61
)
62
63
- if (is_rmd_file(context$path)) {
+ if (is_rmd_file(context$path) || is_qmd_file(context$path)) {
64
out <- transform_mixed(context$contents, transformer, filetype = "Rmd")
65
} else if (is_rnw_file(context$path)) {
66
out <- transform_mixed(context$contents, transformer, filetype = "Rnw")
0 commit comments