aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-10-09 09:44:15 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-10-09 10:10:39 +0200
commit0264870c0aa50fd4e34fb8a6b3c3c3cd88a22db7 (patch)
treea22695c0c8a066cff0aba8e84eb8e16d93e715f7 /runtime/lua/vim
parent6d9c73042f547d72147aca068126230b1cb76534 (diff)
downloadrneovim-0264870c0aa50fd4e34fb8a6b3c3c3cd88a22db7.tar.gz
rneovim-0264870c0aa50fd4e34fb8a6b3c3c3cd88a22db7.tar.bz2
rneovim-0264870c0aa50fd4e34fb8a6b3c3c3cd88a22db7.zip
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 https://github.com/vim/vim/commit/347d43bd33519ab537f77d1a8fa8ab8f9196bcb9 Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index d3910e26eb..3d3b2a2ea1 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -752,6 +752,7 @@ local extension = {
mib = 'mib',
mix = 'mix',
mixal = 'mix',
+ mlir = 'mlir',
mm = detect.mm,
nb = 'mma',
wl = 'mma',