diff options
author | Jeremy Cantrell <jmcantrell@gmail.com> | 2021-06-09 13:58:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 20:58:16 +0200 |
commit | 6e0702bd6672f3882b0ce2ea9d254a8d109eb807 (patch) | |
tree | 9b9076f619e96377a869ec3611d5f80d6680fed2 /tests | |
parent | 7c474e5c9218d870dabba00745220dff5aa671b2 (diff) | |
download | vim-polyglot-6e0702bd6672f3882b0ce2ea9d254a8d109eb807.tar.gz vim-polyglot-6e0702bd6672f3882b0ce2ea9d254a8d109eb807.zip |
Add nftables filetype (#715)
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extensions.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/extensions.vim b/tests/extensions.vim index ccfbca44..214bfd8a 100644 --- a/tests/extensions.vim +++ b/tests/extensions.vim @@ -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 |