mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
feat(fortran): moved procedure to @keyword.function
This commit is contained in:
parent
af9dfe99ef
commit
4eb19c9e6d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,6 +41,7 @@
|
||||||
"endprogram"
|
"endprogram"
|
||||||
"endsubroutine"
|
"endsubroutine"
|
||||||
"function"
|
"function"
|
||||||
|
"procedure"
|
||||||
"subroutine"
|
"subroutine"
|
||||||
] @keyword.function
|
] @keyword.function
|
||||||
|
|
||||||
|
|
@ -67,7 +68,6 @@
|
||||||
"only"
|
"only"
|
||||||
"parameter"
|
"parameter"
|
||||||
"print"
|
"print"
|
||||||
"procedure"
|
|
||||||
"program"
|
"program"
|
||||||
"read"
|
"read"
|
||||||
"return"
|
"return"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue