mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.0.1918
patch 9.0.1918: No filetype detection for Authzed filetypes
Problem: No filetype detection for Authzed filetypes
Solution: Detect the *.zed file extension as authzed filetype
closes: vim/vim#13129
5790a54166
Co-authored-by: Matt Polzin <mpolzin@workwithopal.com>
This commit is contained in:
@@ -210,6 +210,7 @@ local extension = {
|
||||
astro = 'astro',
|
||||
atl = 'atlas',
|
||||
as = 'atlas',
|
||||
zed = 'authzed',
|
||||
ahk = 'autohotkey',
|
||||
au3 = 'autoit',
|
||||
ave = 'ave',
|
||||
|
||||
Reference in New Issue
Block a user