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:
Christian Clason
2023-09-20 23:42:25 +02:00
parent 23c21e7630
commit 473d0aa3e6
2 changed files with 2 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ local extension = {
astro = 'astro',
atl = 'atlas',
as = 'atlas',
zed = 'authzed',
ahk = 'autohotkey',
au3 = 'autoit',
ave = 'ave',