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

@ -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