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

@ -592,7 +592,7 @@ return {
},
fortran = {
install_info = {
revision = '8334abca785db3a041292e3b3b818a82a55b238f',
revision = 'd0d1bc84c43870788c1b402f2e6b490b27257f9e',
url = 'https://github.com/stadelmanma/tree-sitter-fortran',
},
maintainers = { '@amaanq' },