mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.1.0769: filetype: MLIR files are not recognized
Problem: filetype: MLIR files are not recognized
Solution: Detect '*.mlir' files as mlir filetype,
include a mlir filetype plugin
(Wu, Zhenyu)
closes: vim/vim#15826
347d43bd33
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
@@ -752,6 +752,7 @@ local extension = {
|
||||
mib = 'mib',
|
||||
mix = 'mix',
|
||||
mixal = 'mix',
|
||||
mlir = 'mlir',
|
||||
mm = detect.mm,
|
||||
nb = 'mma',
|
||||
wl = 'mma',
|
||||
|
||||
Reference in New Issue
Block a user