mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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"
|
||||
"endsubroutine"
|
||||
"function"
|
||||
"procedure"
|
||||
"subroutine"
|
||||
] @keyword.function
|
||||
|
||||
|
|
@ -67,7 +68,6 @@
|
|||
"only"
|
||||
"parameter"
|
||||
"print"
|
||||
"procedure"
|
||||
"program"
|
||||
"read"
|
||||
"return"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue