fix: support interfaces in Java and PHP (#183)

Closes #182
This commit is contained in:
Michael Härtl
2024-08-02 16:37:02 +02:00
committed by GitHub
parent f027ac49f6
commit 88698b12c3
6 changed files with 65 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Compile Needed Parsers
working-directory: ./neogen
run: |
nvim -u tests/minimal_init.lua --headless -c "TSInstallSync python lua julia" -c "q"
nvim -u tests/minimal_init.lua --headless -c "TSInstallSync python lua julia java" -c "q"
- name: Run tests
working-directory: ./neogen