mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
vim-patch:9.1.0242: filetype: octave history files are not recognized
Problem: filetype: octave history files are not recognized
Solution: Detect octave/history files as octave
(Wu, Zhenyu)
closes: vim/vim#14363
be71ac694f
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
@@ -1912,6 +1912,7 @@ local pattern = {
|
||||
['.*%.[1-9]'] = detect.nroff,
|
||||
['.*%.ml%.cppo'] = 'ocaml',
|
||||
['.*%.mli%.cppo'] = 'ocaml',
|
||||
['.*/octave/history'] = 'octave',
|
||||
['.*%.opam%.template'] = 'opam',
|
||||
['.*/openvpn/.*/.*%.conf'] = 'openvpn',
|
||||
['.*%.[Oo][Pp][Ll]'] = 'opl',
|
||||
|
Reference in New Issue
Block a user