Finished(?) annotation parsing

Small fixes for the parser
This commit is contained in:
Robert Jelic
2025-03-14 03:46:54 +01:00
parent 414703d18a
commit f14e0ce204
8 changed files with 323 additions and 2612 deletions

View File

@@ -29,8 +29,11 @@ jobs:
run: |
lua tools/generate-config.lua
# Step 2: Generate LuaLS Definitions
- name: Generate LuaLS
run: |
lua tools/generate-annotations.lua src
# Step 3: Bundle and Minify
- name: Bundle and Minify
run: |
@@ -74,6 +77,6 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add config.lua src/LuaLS.lua release/basalt.lua CHANGELOG.md
git add config.lua LuaLS.lua release/basalt.lua CHANGELOG.md
git commit -m "Update config, LuaLS definitions, bundle and changelog" || exit 0
git push