feat(t32): update queries from upstream (#6440)

Adds support for new node type `elif_block`.
This commit is contained in:
Christoph Sax 2024-04-14 12:58:21 +02:00 committed by GitHub
parent 2c6ab9a09c
commit f22f024e78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 2 deletions

View file

@ -41,7 +41,9 @@ ELSE
IF !&pass
GOTO fail
; ^ @label
ELSE
ELSE IF &debug
; ^ @keyword.conditional
; ^ @keyword.conditional
(
GOSUB start_debug
; ^ @function.call