diff options
Diffstat (limited to 'queries/hack')
| -rw-r--r-- | queries/hack/highlights.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/queries/hack/highlights.scm b/queries/hack/highlights.scm index e79d62c75..ffb365c87 100644 --- a/queries/hack/highlights.scm +++ b/queries/hack/highlights.scm @@ -17,8 +17,6 @@ "function" @keyword.function [ - "async" - "await" "type" "interface" "implements" @@ -32,6 +30,11 @@ ] @keyword [ + "async" + "await" +] @keyword.coroutine + +[ "use" "include" "include_once" |
