mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
feat(highlights)!: keyword @type.qualifier → @keyword.modifier
This commit is contained in:
parent
f878828584
commit
998b230a77
76 changed files with 109 additions and 108 deletions
|
|
@ -149,7 +149,7 @@
|
|||
; Non-type Keywords
|
||||
(variable_storage_class) @keyword.storage
|
||||
|
||||
(visibility) @type.qualifier
|
||||
(visibility) @keyword.modifier
|
||||
|
||||
(assertion) @function.builtin
|
||||
|
||||
|
|
@ -298,4 +298,4 @@
|
|||
"static"
|
||||
"stock"
|
||||
"forward"
|
||||
] @type.qualifier
|
||||
] @keyword.modifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue