mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
filetype: no support for flix files
This commit is contained in:
parent
651edf33eb
commit
5bb030b78f
@ -893,6 +893,9 @@ au BufNewFile,BufRead *.fish setf fish
|
|||||||
" Flatpak config
|
" Flatpak config
|
||||||
au BufNewFile,BufRead */flatpak/repo/config setf dosini
|
au BufNewFile,BufRead */flatpak/repo/config setf dosini
|
||||||
|
|
||||||
|
" Flix
|
||||||
|
au BufNewFile,BufRead *.flix setf flix
|
||||||
|
|
||||||
" Focus Executable
|
" Focus Executable
|
||||||
au BufNewFile,BufRead *.fex,*.focexec setf focexec
|
au BufNewFile,BufRead *.fex,*.focexec setf focexec
|
||||||
|
|
||||||
|
@ -287,6 +287,7 @@ def s:GetFilenameChecks(): dict<list<string>>
|
|||||||
fgl: ['file.4gl', 'file.4gh', 'file.m4gl'],
|
fgl: ['file.4gl', 'file.4gh', 'file.m4gl'],
|
||||||
firrtl: ['file.fir'],
|
firrtl: ['file.fir'],
|
||||||
fish: ['file.fish'],
|
fish: ['file.fish'],
|
||||||
|
flix: ['file.flix'],
|
||||||
focexec: ['file.fex', 'file.focexec'],
|
focexec: ['file.fex', 'file.focexec'],
|
||||||
form: ['file.frm'],
|
form: ['file.frm'],
|
||||||
forth: ['file.ft', 'file.fth', 'file.4th'],
|
forth: ['file.ft', 'file.fth', 'file.4th'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user