Skip to content

Commit

Permalink
Update Luau docs (#21174)
Browse files Browse the repository at this point in the history
Formatter arguments & Tree-sitter grammar changed.

Release Notes:

- N/A
  • Loading branch information
4teapo authored Nov 25, 2024
1 parent 389422c commit 28142be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/languages/luau.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Luau language support in Zed is provided by the community-maintained [Luau extension](https://github.com/4teapo/zed-luau).
Report issues to: [https://github.com/4teapo/zed-luau/issues](https://github.com/4teapo/zed-luau/issues)

- Tree Sitter: [tree-sitter-grammars/tree-sitter-luau](https://github.com/tree-sitter-grammars/tree-sitter-luau)
- Tree Sitter: [4teapo/tree-sitter-luau](https://github.com/4teapo/tree-sitter-luau)
- Language Server: [JohnnyMorganz/luau-lsp](https://github.com/JohnnyMorganz/luau-lsp)

## Configuration
Expand Down Expand Up @@ -33,7 +33,7 @@ Then add the following to your Zed `settings.json`:
"formatter": {
"external": {
"command": "stylua",
"arguments": ["-"]
"arguments": ["--stdin-filepath", "{buffer_path}", "-"]
}
}
}
Expand Down

0 comments on commit 28142be

Please sign in to comment.