Revert "Improve Rust highlight queries (#16747)" (#17073)

This commit is contained in:
Kirill Bulatov 2024-08-29 14:21:26 +03:00 committed by GitHub
parent 804d1997f2
commit 895b4148a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 13 deletions

View file

@ -184,8 +184,3 @@
] @operator
(lifetime) @lifetime
(parameter (identifier) @variable.parameter)
(attribute_item) @attribute
(inner_attribute_item) @attribute

View file

@ -5,11 +5,3 @@
(macro_rule
(token_tree) @content
(#set! "language" "rust"))
(block_comment
(doc_comment) @content
(#set! "language" "markdown"))
(line_comment
(doc_comment) @content
(#set! "language" "markdown"))