mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
feat(highlights)!: @keyword.storage → @keyword.modifier
This commit is contained in:
parent
998b230a77
commit
dccf31f9b1
36 changed files with 43 additions and 44 deletions
|
|
@ -282,13 +282,13 @@
|
|||
"static"
|
||||
"dyn"
|
||||
"extern"
|
||||
] @keyword.storage
|
||||
] @keyword.modifier
|
||||
|
||||
(lifetime
|
||||
[
|
||||
"'"
|
||||
(identifier)
|
||||
] @keyword.storage)
|
||||
] @keyword.modifier)
|
||||
|
||||
"fn" @keyword.function
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue