chore(rust): update highlights

This commit is contained in:
Amaan Qureshi 2024-01-24 01:16:04 -05:00
parent 55562407b6
commit 527eb602ff

View file

@ -2,6 +2,8 @@
; Copyright (c) 2017 Maxim Sokolov
; Licensed under the MIT license.
; Identifier conventions
(shebang) @keyword.directive
(identifier) @variable
((identifier) @type
@ -277,6 +279,8 @@
"await"
] @keyword.coroutine
"try" @keyword.exception
[
"ref"
(mutable_specifier)
@ -364,6 +368,7 @@
"-="
".."
"..="
"..."
"/"
"/="
"<"