A VSCode language support package for the nftables configuration syntax.
This package can also auto indent your nftable code.
Enable autoformatting by adding this to you settings.json
{
"[nft]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "omBratteng.nftables"
},
}
This package is available at Visual Studio Marketplace and Open VSX registry
Thanks goes to these wonderful people (emoji key):
Ole-Martin Bratteng 💻 |
Pekka Järvinen 💻 |
Dependabot 🔧 |
andreas51 💻 |
Alexis 💻 |
Elliana Perry 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Ported from Natolumin/language-nftables