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