mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
feat(fortran)!: update parser and queries
Breaking change: drop escape for operator nodes
This commit is contained in:
parent
4916d6592e
commit
13b9486db3
2 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue