feat(fortran)!: update parser and queries

Breaking change: drop escape for operator nodes
This commit is contained in:
Christian Clason 2026-04-14 18:54:14 +02:00 committed by Christian Clason
parent 4916d6592e
commit 13b9486db3
2 changed files with 12 additions and 12 deletions

View file

@ -591,7 +591,7 @@ return {
}, },
fortran = { fortran = {
install_info = { install_info = {
revision = 'be30d90dc7dfa4080b9c4abed3f400c9163a88df', revision = 'cbb3ea9a6edba3fe13f004b21b343296f5cbb47c',
url = 'https://github.com/stadelmanma/tree-sitter-fortran', url = 'https://github.com/stadelmanma/tree-sitter-fortran',
}, },
maintainers = { '@amaanq' }, maintainers = { '@amaanq' },

View file

@ -259,17 +259,17 @@
] @operator ] @operator
[ [
"\\.and\\." ".and."
"\\.or\\." ".or."
"\\.eqv\\." ".eqv."
"\\.neqv\\." ".neqv."
"\\.lt\\." ".lt."
"\\.gt\\." ".gt."
"\\.le\\." ".le."
"\\.ge\\." ".ge."
"\\.eq\\." ".eq."
"\\.ne\\." ".ne."
"\\.not\\." ".not."
] @keyword.operator ] @keyword.operator
; Punctuation ; Punctuation