aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/rust
diff options
context:
space:
mode:
authorMichael Davis2022-08-17 21:20:44 +0000
committerBlaž Hrastnik2022-08-31 08:46:34 +0000
commit03f0ef93ac6da58963b32034fd4681e428867d2a (patch)
tree22231ef0e7ebf3fa135de84b31184fd4ebd099d7 /runtime/queries/rust
parentac669ade0587e717c071386f665d05f61d646a61 (diff)
Update tree-sitter-rust to latest
There don't appear to be any regressions from the updates. Also included is a fix which highlights the "#" as in attributes as punctuation. This was previously unhighlighted.
Diffstat (limited to 'runtime/queries/rust')
-rw-r--r--runtime/queries/rust/highlights.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/rust/highlights.scm b/runtime/queries/rust/highlights.scm
index 5de92a60..39a764a6 100644
--- a/runtime/queries/rust/highlights.scm
+++ b/runtime/queries/rust/highlights.scm
@@ -67,6 +67,7 @@
"]"
"{"
"}"
+ "#"
] @punctuation.bracket
(type_arguments
[