docs: Add initial language settings documentation (#6957)
This pull request implements the following documentation changes: - [x] Copy existing language settings docs from old docs repo - [x] Add new pages for Zig, Haskell, Gleam, Deno and PureScript - [x] Add `rust-analyzer` target directory section to Rust language page Release Notes: - Added initial language settings documentation ([#4264](https://github.com/zed-industries/zed/issues/4264)).
This commit is contained in:
parent
5d0c144ce7
commit
6cd306e4c9
29 changed files with 288 additions and 0 deletions
4
docs/src/languages/lua.md
Normal file
4
docs/src/languages/lua.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Lua
|
||||
|
||||
- Tree Sitter: [tree-sitter-lua](https://github.com/MunifTanjim/tree-sitter-lua)
|
||||
- Language Server: [lua-language-server](https://github.com/LuaLS/lua-language-server)
|
Loading…
Add table
Add a link
Reference in a new issue