Fork of zed-extensions/lua
  • Tree-sitter Query 51.2%
  • Rust 48.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
zed-zippy[bot] eb0f05c641
Update CI workflows to 3183c04 (#51)
This PR updates the CI workflow files from the main Zed repository
based on the commit
zed-industries/zed@3183c04515

The update includes a new version of the extension CLI which adds
validation for semantic token rules for languages

Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
2026-03-25 18:55:58 +00:00
.github/workflows Update CI workflows to 3183c04 (#51) 2026-03-25 18:55:58 +00:00
languages Fix elseif / else indentation and support incomplete structures (#42) 2026-03-20 13:31:38 +01:00
src Apply cargo clippy --fix (#25) 2025-12-01 20:40:57 +01:00
.gitignore Support for lsp settings: binary/args and settings (#12) 2025-11-12 13:30:40 +01:00
Cargo.lock Bump version to 0.1.9 (#49) 2026-03-20 12:33:49 +00:00
Cargo.toml Bump version to 0.1.9 (#49) 2026-03-20 12:33:49 +00:00
extension.toml Bump version to 0.1.9 (#49) 2026-03-20 12:33:49 +00:00
LICENSE Apply post-extraction changes 2025-03-06 18:04:45 -05:00
README.md Apply post-extraction changes 2025-03-06 18:04:45 -05:00

Zed Lua

A Lua extension for Zed.

Development

To develop this extension, see the Developing Extensions section of the Zed docs.