mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -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
|
] @punctuation.delimiter
|
||||||
|
|
||||||
; RBS Inline prefix (keep comment color)
|
|
||||||
(inline_prefix) @comment
|
|
||||||
|
|
||||||
; RBS Inline syntax
|
; RBS Inline syntax
|
||||||
(inline_class_annotation) @keyword
|
(inline_class_annotation) @keyword
|
||||||
|
|
||||||
(inline_doc
|
(inline_doc
|
||||||
(var_name) @variable.parameter)
|
(var_name) @variable.parameter)
|
||||||
|
|
||||||
(inline_doc_comment) @comment
|
|
||||||
|
|
||||||
(inline_generic) @keyword
|
(inline_generic) @keyword
|
||||||
|
|
||||||
(inline_override) @keyword
|
(inline_override) @keyword
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue