Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caddyfile Support for Zed Editor

This extension adds basic support for Caddyfile syntax highlighting in the Zed editor.

Features

  • Syntax Highlighting: Provides syntax highlighting for Caddyfile configurations in Zed.

Installation

  1. Clone the Repository:

    git clone https://github.com/nusnewob/caddyfile-zed.git
  2. Install the Extension:

    Follow Zed's guidelines to install the extension into your editor.

  3. Configure:

    Update your Zed config file.

    "file_types": {
      "Caddyfile": ["Caddyfile*", "*.caddyfile"]
    },
    "languages": {
      "Caddyfile": {
        "format_on_save": "on",
        "tab_size": 2,
        "formatter": {
          "external": {
            "command": "caddy",
            "arguments": ["fmt", "-c", "-"]
            // for Caddy docker container
            // "command": "docker",
            // "arguments": ["run", "--rm", "-i", "caddy", "caddy", "fmt", "-c", "-"]
          }
        }
      }
    }

Acknowledgments

This extension utilizes the tree-sitter-caddyfile for parsing Caddyfile. Special thanks to the contributors of that project for their work.

About

Caddyfile Support for Zed

Topics

Resources

Stars

14 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages