diff options
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | queries/fortran/highlights.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json index 4757ab3c6..34d44df6e 100644 --- a/lockfile.json +++ b/lockfile.json @@ -114,7 +114,7 @@ "revision": "c238f4af9a5723a212cf1a4c9b31dd5c1d5270a2" }, "fortran": { - "revision": "bfa6fd4c4aa0bb9b39ad33daa004ad4637a91d20" + "revision": "069bd7c864fe2dee1115140cc2621d140b16a643" }, "fsh": { "revision": "fa3347712f7a59ed02ccf508284554689c6cde28" diff --git a/queries/fortran/highlights.scm b/queries/fortran/highlights.scm index 09cf63ca5..95839184a 100644 --- a/queries/fortran/highlights.scm +++ b/queries/fortran/highlights.scm @@ -176,7 +176,7 @@ (name) @function) (subroutine_call - (name) @function) + (identifier) @function.call) (keyword_argument name: (identifier) @keyword) |
