mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
|
@ -591,7 +591,7 @@ return {
|
|||
},
|
||||
fortran = {
|
||||
install_info = {
|
||||
revision = 'be30d90dc7dfa4080b9c4abed3f400c9163a88df',
|
||||
revision = 'cbb3ea9a6edba3fe13f004b21b343296f5cbb47c',
|
||||
url = 'https://github.com/stadelmanma/tree-sitter-fortran',
|
||||
},
|
||||
maintainers = { '@amaanq' },
|
||||
|
|
|
|||
|
|
@ -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