mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
chore(rust): update highlights
This commit is contained in:
parent
55562407b6
commit
527eb602ff
1 changed files with 5 additions and 0 deletions
|
|
@ -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 @@
|
|||
"-="
|
||||
".."
|
||||
"..="
|
||||
"..."
|
||||
"/"
|
||||
"/="
|
||||
"<"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue