mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-14 11:50:59 +08:00
Adding linting for rmd filetype (duplicate of rmarkdown)
This commit is contained in:
@@ -322,7 +322,7 @@ let s:default_registry = {
|
||||
\ },
|
||||
\ 'styler': {
|
||||
\ 'function': 'ale#fixers#styler#Fix',
|
||||
\ 'suggested_filetypes': ['r', 'rmarkdown'],
|
||||
\ 'suggested_filetypes': ['r', 'rmarkdown', 'rmd'],
|
||||
\ 'description': 'Fix R files with styler.',
|
||||
\ },
|
||||
\ 'latexindent': {
|
||||
|
||||
Reference in New Issue
Block a user