ZIm/crates/zed/src/languages/haskell
Max Brunsfeld 6edeea7c8a
Add logic for managing language and theme extensions (#7467)
This PR adds the initial support for loading extensions in Zed.

### Extensions Directory

Extensions are loaded from the extensions directory.

The extensions directory has the following structure:

```
extensions/
  installed/
    extension-a/
      grammars/
      languages/
    extension-b/
      themes/
  manifest.json
```

The `manifest.json` file is used internally by Zed to keep track of
which extensions are installed. This file should be maintained
automatically, and shouldn't require any direct interaction with it.

Extensions can provide Tree-sitter grammars, languages, and themes.

Release Notes:

- N/A

---------

Co-authored-by: Marshall <marshall@zed.dev>
2024-02-07 15:14:50 -05:00
..
brackets.scm Get basic syntax highlighting for Haskell working 2024-01-24 18:08:47 -05:00
config.toml Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
highlights.scm Switch to tree-sitter-haskell grammar 2024-01-26 15:04:22 -05:00
indents.scm Get basic syntax highlighting for Haskell working 2024-01-24 18:08:47 -05:00
outline.scm Add Haskell buffer symbol search (#7331) 2024-02-05 17:20:40 -05:00