diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 20:58:38 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 20:58:38 +0200 |
commit | dec65bafcafe295aeb5744f8a34ff5a1fd2cb1ef (patch) | |
tree | d9a30f5e111007bf88189e1fbfb9722570790854 /tests | |
parent | 6e0702bd6672f3882b0ce2ea9d254a8d109eb807 (diff) | |
download | vim-polyglot-dec65bafcafe295aeb5744f8a34ff5a1fd2cb1ef.tar.gz vim-polyglot-dec65bafcafe295aeb5744f8a34ff5a1fd2cb1ef.zip |
Update
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 29b457f2..ba1c1dec 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -650,6 +650,7 @@ call TestFiletype('jsonc') call TestFiletype('gleam') call TestFiletype('hjson') call TestFiletype('sway') +call TestFiletype('nftables') call TestFiletype('openscad') " DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE |