fortran(highlights): update parser and queries (#4322)

See 3738e8cf97
This commit is contained in:
Stephan Seitz 2023-02-14 13:53:46 -08:00 committed by GitHub
parent 6cdaf3f15e
commit 160091db4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@
"revision": "c238f4af9a5723a212cf1a4c9b31dd5c1d5270a2" "revision": "c238f4af9a5723a212cf1a4c9b31dd5c1d5270a2"
}, },
"fortran": { "fortran": {
"revision": "bfa6fd4c4aa0bb9b39ad33daa004ad4637a91d20" "revision": "069bd7c864fe2dee1115140cc2621d140b16a643"
}, },
"fsh": { "fsh": {
"revision": "fa3347712f7a59ed02ccf508284554689c6cde28" "revision": "fa3347712f7a59ed02ccf508284554689c6cde28"

View file

@ -176,7 +176,7 @@
(name) @function) (name) @function)
(subroutine_call (subroutine_call
(name) @function) (identifier) @function.call)
(keyword_argument (keyword_argument
name: (identifier) @keyword) name: (identifier) @keyword)