diff --git a/vignettes/styler.Rmd b/vignettes/styler.Rmd index c4a336934..2428465fa 100644 --- a/vignettes/styler.Rmd +++ b/vignettes/styler.Rmd @@ -27,7 +27,7 @@ options(styler.colored_print.vertical = FALSE) styler provides the following API to format code: -- `style_file()` styles `.R`, `.Rmd`, `.Rmarkdown`, `.Rnw`, and `.Rprofile` files. +- `style_file()` styles `.R`, `.qmd`, `.Rmd`, `.Rmarkdown`, `.Rnw`, and `.Rprofile` files. - `style_dir()` styles all these files in a directory.