Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Lua Grammar #142107

Merged
merged 3 commits into from
Feb 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions extensions/lua/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"component": {
"type": "git",
"git": {
"name": "textmate/lua.tmbundle",
"repositoryUrl": "https://github.com/textmate/lua.tmbundle",
"commitHash": "8ae5641365b28f697121ba1133890e8d81f5b00e"
"name": "sumneko/lua.tmbundle",
"repositoryUrl": "https://github.com/sumneko/lua.tmbundle",
"commitHash": "e531d0a651f1de222c6059d6e2edaca61b4dd4c4"
}
},
"licenseDetail": [
"Copyright (c) textmate-lua.tmbundle project authors",
"Copyright (c) sumneko-lua.tmbundle project authors",
"",
"If not otherwise specified (see below), files in this repository fall under the following license:",
"",
Expand All @@ -25,7 +25,7 @@
"\"tidy\" is accompanied by \"tidy-license.txt\"."
],
"license": "TextMate Bundle License",
"version": "0.0.0"
"version": "1.0.0"
}
],
"version": 1
Expand Down
2 changes: 1 addition & 1 deletion extensions/lua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"vscode": "*"
},
"scripts": {
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin textmate/lua.tmbundle Syntaxes/Lua.plist ./syntaxes/lua.tmLanguage.json"
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin sumneko/lua.tmbundle Syntaxes/Lua.plist ./syntaxes/lua.tmLanguage.json"
},
"contributes": {
"languages": [
Expand Down
Loading