commit 3278101df8846caf6e7b9569e184fa228940b8f3
parent 7f131a02ca23452ab176c383fee0635782cd2d4c
Author: hhvn <dev@hhvn.uk>
Date: Sun, 2 Jan 2022 19:22:25 +0000
.c/n/f/rcshell.vim: match *.rc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/nvim/ftdetect/rcshell.vim b/.config/nvim/ftdetect/rcshell.vim
@@ -1,4 +1,4 @@
-autocmd BufRead,BufNewFile .rcrc*,rcrc, set filetype=rcshell
+autocmd BufRead,BufNewFile .rcrc*,rcrc,*.rc, set filetype=rcshell
function! s:DetectRcShell()
let shebang = getline(1)