mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -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
|
; 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 @@
|
||||||
"-="
|
"-="
|
||||||
".."
|
".."
|
||||||
"..="
|
"..="
|
||||||
|
"..."
|
||||||
"/"
|
"/"
|
||||||
"/="
|
"/="
|
||||||
"<"
|
"<"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue