Skip to content

Bump tree-sitter-lua to v0.5.0 - #58

Merged
MrSubidubi merged 1 commit into
zed-extensions:mainfrom
notpeter:lua55
Jul 29, 2026
Merged

Bump tree-sitter-lua to v0.5.0#58
MrSubidubi merged 1 commit into
zed-extensions:mainfrom
notpeter:lua55

Conversation

@notpeter

Copy link
Copy Markdown
Contributor

Fixes: #57

Full diff: tree-sitter-grammars/tree-sitter-lua@v0.4.1...v0.5.0

Before After
Screenshot 2026-07-28 at 11 22 22 Screenshot 2026-07-28 at 11 22 40

lua-language-server already supports Lua 5.5, you just need to specify it in your .luarc.json:

{
    "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
    "runtime.version": "Lua 5.5"
}

@cla-bot cla-bot Bot added the cla-signed label Jul 28, 2026
@MrSubidubi MrSubidubi changed the title Bump tree-sitter-lua from v0.4.1 to v0.5.0 (Lua 5.5 support) Bump tree-sitter-lua to v0.5.0 Jul 29, 2026

@MrSubidubi MrSubidubi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@MrSubidubi
MrSubidubi merged commit 2148616 into zed-extensions:main Jul 29, 2026
7 checks passed
@notpeter
notpeter deleted the lua55 branch July 29, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lua 5.5 is not supported

2 participants