mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(rbs): delete unnecessary highlight queries in rbs
This commit is contained in:
parent
193ff2ca98
commit
87d65d34bf
1 changed files with 0 additions and 5 deletions
|
|
@ -174,17 +174,12 @@
|
|||
":"
|
||||
] @punctuation.delimiter
|
||||
|
||||
; RBS Inline prefix (keep comment color)
|
||||
(inline_prefix) @comment
|
||||
|
||||
; RBS Inline syntax
|
||||
(inline_class_annotation) @keyword
|
||||
|
||||
(inline_doc
|
||||
(var_name) @variable.parameter)
|
||||
|
||||
(inline_doc_comment) @comment
|
||||
|
||||
(inline_generic) @keyword
|
||||
|
||||
(inline_override) @keyword
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue