summaryrefslogtreecommitdiffstats
path: root/packages.yaml
diff options
context:
space:
mode:
authorJeremy Cantrell <jmcantrell@gmail.com>2021-06-09 13:58:16 -0500
committerGitHub <noreply@github.com>2021-06-09 20:58:16 +0200
commit6e0702bd6672f3882b0ce2ea9d254a8d109eb807 (patch)
tree9b9076f619e96377a869ec3611d5f80d6680fed2 /packages.yaml
parent7c474e5c9218d870dabba00745220dff5aa671b2 (diff)
downloadvim-polyglot-6e0702bd6672f3882b0ce2ea9d254a8d109eb807.tar.gz
vim-polyglot-6e0702bd6672f3882b0ce2ea9d254a8d109eb807.zip
Add nftables filetype (#715)
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
Diffstat (limited to 'packages.yaml')
-rw-r--r--packages.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml
index b6c65e9e..5912e7ab 100644
--- a/packages.yaml
+++ b/packages.yaml
@@ -5593,6 +5593,16 @@ filetypes:
- pattern: '*sway/config'
description: Sway Configuration
---
+name: nftables
+remote: nfnty/vim-nftables
+filetypes:
+- name: nftables
+ extensions:
+ - nft
+ patterns:
+ - pattern: '*/nftables.conf'
+ description: nftables configuration
+---
name: openscad
remote: sirtaj/vim-openscad
filetypes: