forked from LuaLS/lua-language-server
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule EmmyLuaCodeStyle
updated
160 files
Submodule json.lua
updated
5 files
+1 −1 | .github/workflows/test.yml | |
+3 −3 | .vscode/launch.json | |
+10 −0 | README.md | |
+1 −1 | json.lua | |
+1 −1 | test/ltest |
Submodule love-api
updated
20 files
+1 −1 | .github/workflows/gh-pages.yml | |
+19 −19 | love_api.lua | |
+8 −8 | modules/audio/Audio.lua | |
+6 −6 | modules/data/Data.lua | |
+1 −1 | modules/event/Event.lua | |
+7 −7 | modules/filesystem/Filesystem.lua | |
+3 −3 | modules/font/Font.lua | |
+36 −36 | modules/graphics/Graphics.lua | |
+5 −5 | modules/image/Image.lua | |
+5 −5 | modules/joystick/Joystick.lua | |
+2 −2 | modules/keyboard/Keyboard.lua | |
+4 −4 | modules/math/Math.lua | |
+2 −2 | modules/mouse/Mouse.lua | |
+24 −24 | modules/physics/Physics.lua | |
+4 −14 | modules/physics/types/Fixture.lua | |
+2 −2 | modules/sound/Sound.lua | |
+1 −1 | modules/system/System.lua | |
+2 −2 | modules/thread/Thread.lua | |
+1 −1 | modules/video/Video.lua | |
+5 −5 | modules/window/Window.lua |
Submodule luamake
updated
53 files