Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
LuaLS
/
lua-language-server
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
434
Star
4.3k
Code
Issues
686
Pull requests
20
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add support for Lua 5.5
- #3218
#3218
Closed
CppCXY
with
Copilot
wants to merge 9 commits into
master
LuaLS/lua-language-server:master
from
copilot/fix-3217
LuaLS/lua-language-server:copilot/fix-3217
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Closed
Add support for Lua 5.5
#3218
CppCXY
with
Copilot
wants to merge 9 commits into
master
LuaLS/lua-language-server:master
from
copilot/fix-3217
LuaLS/lua-language-server:copilot/fix-3217
Copy head branch name to clipboard
Commits
Commits on Jul 1, 2025
Initial plan
Copilot
committed
2ea6169
View commit details
Copy full SHA for 2ea6169
Browse repository at this point
Add Lua 5.5 support to lua-language-server
Show description for 17d35b8
Copilot
and
CppCXY
committed
17d35b8
View commit details
Copy full SHA for 17d35b8
Browse repository at this point
Add global keyword support for Lua 5.5
Show description for 15c897a
Copilot
and
CppCXY
committed
15c897a
View commit details
Copy full SHA for 15c897a
Browse repository at this point
Add readonly for-loop variables diagnostic for Lua 5.5
Show description for aa06ff5
Copilot
and
CppCXY
committed
aa06ff5
View commit details
Copy full SHA for aa06ff5
Browse repository at this point
Fix version check to use config system in readonly for-loop diagnostic
Show description for cd54310
Copilot
and
CppCXY
committed
cd54310
View commit details
Copy full SHA for cd54310
Browse repository at this point
Fix global parsing to fallback when not Lua 5.5 and remove non-existent global function syntax
Show description for aa69c2f
Copilot
and
CppCXY
committed
aa69c2f
View commit details
Copy full SHA for aa69c2f
Browse repository at this point
Add Lua 5.5 features to changelog
Show description for 78942bc
Copilot
and
CppCXY
committed
78942bc
View commit details
Copy full SHA for 78942bc
Browse repository at this point
Fix global parsing to handle like goto - not a keyword when not in Lua 5.5 context
Show description for a55f5e7
Copilot
and
CppCXY
committed
a55f5e7
View commit details
Copy full SHA for a55f5e7
Browse repository at this point
Move readonly-for-loop-vars check from diagnostic to parser stage
Show description for 686aa5f
Copilot
and
CppCXY
committed
686aa5f
View commit details
Copy full SHA for 686aa5f
Browse repository at this point
You can’t perform that action at this time.