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 = {
install_info = {
revision = 'be30d90dc7dfa4080b9c4abed3f400c9163a88df',
revision = 'cbb3ea9a6edba3fe13f004b21b343296f5cbb47c',
url = 'https://github.com/stadelmanma/tree-sitter-fortran',
},
maintainers = { '@amaanq' },

View file

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