feat(fortran)!: update parser and queries

Breaking change: `(do_loop_statement)` renamed to `(do_loop)`
This commit is contained in:
Christian Clason 2025-12-06 14:05:46 +01:00 committed by Christian Clason
parent 41913a8d44
commit d72fa25b54
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
(if_statement)
(where_statement)
(enum_statement)
(do_loop_statement)
(do_loop)
(derived_type_definition)
(function)
(subroutine)

View file

@ -5,7 +5,7 @@
(function)
; (interface)
(if_statement)
(do_loop_statement)
(do_loop)
(where_statement)
(derived_type_definition)
(enum)