diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-09-19 19:29:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-19 19:29:38 +0100 |
commit | 41ed10be4e67c1daf2772d8d59ad338d6d43ce90 (patch) | |
tree | c5551d8a3484166c2c096e11a3f51868bebd0180 /doc/ale.txt | |
parent | 61cfb3fefb0ebd8654be452046bd2ba24025311f (diff) | |
parent | 34431d885b09b84af5d34622879053fb8f4dc8d4 (diff) | |
download | ale-41ed10be4e67c1daf2772d8d59ad338d6d43ce90.zip |
Merge pull request #2770 from statquant/master
Adding linting for rmd filetype (duplicate of rmarkdown)
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 5a123921..4bc69549 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1043,6 +1043,7 @@ g:ale_linter_aliases *g:ale_linter_aliases* \ 'csh': 'sh', \ 'plaintex': 'tex', \ 'rmarkdown': 'r', + \ 'rmd': 'r', \ 'systemverilog': 'verilog', \ 'verilog_systemverilog': ['verilog_systemverilog', 'verilog'], \ 'vimwiki': 'markdown', |