mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 22:43:49 -05:00
Add nftables filetype (#715)
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
This commit is contained in:
@@ -391,6 +391,11 @@ call TestExtension("conf", "auto.master", "")
|
||||
" https://github.com/sheerun/vim-polyglot/issues/579
|
||||
call TestExtension("dart", "reminders.dart", "")
|
||||
|
||||
" nftables
|
||||
call TestExtension("nftables", "foo.nft", "")
|
||||
call TestExtension("nftables", "nftables.conf", "")
|
||||
call TestExtension("nftables", "foo", "#!/usr/bin/env nft")
|
||||
|
||||
call TestExtension("racket", "empty.rkt", "")
|
||||
|
||||
filetype off
|
||||
|
||||
Reference in New Issue
Block a user