Skip to content

omBratteng/vscode-nftables

Repository files navigation

vscode-nftables

GitHub Visual Studio Marketplace Version GitHub Workflow Status

All Contributors

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"
    },
}

Download

This package is available at Visual Studio Marketplace and Open VSX registry

Contributors ✨

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