mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(fortran)!: update parser and queries
Breaking change: `(do_loop_statement)` renamed to `(do_loop)`
This commit is contained in:
parent
41913a8d44
commit
d72fa25b54
3 changed files with 3 additions and 3 deletions
|
|
@ -592,7 +592,7 @@ return {
|
||||||
},
|
},
|
||||||
fortran = {
|
fortran = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '8334abca785db3a041292e3b3b818a82a55b238f',
|
revision = 'd0d1bc84c43870788c1b402f2e6b490b27257f9e',
|
||||||
url = 'https://github.com/stadelmanma/tree-sitter-fortran',
|
url = 'https://github.com/stadelmanma/tree-sitter-fortran',
|
||||||
},
|
},
|
||||||
maintainers = { '@amaanq' },
|
maintainers = { '@amaanq' },
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
(if_statement)
|
(if_statement)
|
||||||
(where_statement)
|
(where_statement)
|
||||||
(enum_statement)
|
(enum_statement)
|
||||||
(do_loop_statement)
|
(do_loop)
|
||||||
(derived_type_definition)
|
(derived_type_definition)
|
||||||
(function)
|
(function)
|
||||||
(subroutine)
|
(subroutine)
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
(function)
|
(function)
|
||||||
; (interface)
|
; (interface)
|
||||||
(if_statement)
|
(if_statement)
|
||||||
(do_loop_statement)
|
(do_loop)
|
||||||
(where_statement)
|
(where_statement)
|
||||||
(derived_type_definition)
|
(derived_type_definition)
|
||||||
(enum)
|
(enum)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue