0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

filetype: no support for flix files

This commit is contained in:
0xadk 2025-07-01 17:44:13 -07:00
parent 651edf33eb
commit 5bb030b78f
2 changed files with 4 additions and 0 deletions

View File

@ -893,6 +893,9 @@ au BufNewFile,BufRead *.fish setf fish
" Flatpak config
au BufNewFile,BufRead */flatpak/repo/config setf dosini
" Flix
au BufNewFile,BufRead *.flix setf flix
" Focus Executable
au BufNewFile,BufRead *.fex,*.focexec setf focexec

View File

@ -287,6 +287,7 @@ def s:GetFilenameChecks(): dict<list<string>>
fgl: ['file.4gl', 'file.4gh', 'file.m4gl'],
firrtl: ['file.fir'],
fish: ['file.fish'],
flix: ['file.flix'],
focexec: ['file.fex', 'file.focexec'],
form: ['file.frm'],
forth: ['file.ft', 'file.fth', 'file.4th'],