mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:9.1.0275: filetype: R history files are not recognized
Problem: filetype: R history files are not recognized
Solution: Detect '.Rhistory' files as r filetype
(Wu, Zhenyu)
closes: vim/vim#14440
fc21b6437c
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
@@ -1474,6 +1474,7 @@ local filename = {
|
||||
['.pythonrc'] = 'python',
|
||||
SConstruct = 'python',
|
||||
qmldir = 'qmldir',
|
||||
['.Rhistory'] = 'r',
|
||||
['.Rprofile'] = 'r',
|
||||
Rprofile = 'r',
|
||||
['Rprofile.site'] = 'r',
|
||||
|
||||
Reference in New Issue
Block a user