mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10: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
|
|
@ -28,7 +28,7 @@
|
|||
(get_body
|
||||
"get" @keyword.function)
|
||||
|
||||
(static_keyword) @type.qualifier
|
||||
(static_keyword) @keyword.modifier
|
||||
|
||||
(tool_statement) @keyword
|
||||
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
(name) @type) @keyword
|
||||
|
||||
(const_statement
|
||||
"const" @type.qualifier
|
||||
"const" @keyword.modifier
|
||||
(name) @constant)
|
||||
|
||||
(expression_statement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue