Skip to content

Commit

Permalink
fix: old ts syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Aug 23, 2024
1 parent 20f87bd commit 2febd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/bombadil/after/queries/cpp/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
(alias_declaration
name: (type_identifier) @alias.name
type: (type_descriptor) @alias.type)
(set! priority 105)
(#set! priority 105)
)

(
(function_declarator
declarator: (operator_name) @keyword.operator)
(set! priority 105)
(#set! priority 105)
)
(function_definition
declarator: (function_declarator
Expand Down

0 comments on commit 2febd37

Please sign in to comment.