Skip to content

Commit

Permalink
Merge pull request #68 from matthewnitschke/fixed_bad_merge
Browse files Browse the repository at this point in the history
Resolved issue caused from bad merge
  • Loading branch information
TimWhiting authored Apr 8, 2024
2 parents 923fbe0 + 8451dc7 commit 6da4647
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
; --------------------
(super) @function

; TODO: add method/call_expression to grammar and
; distinguish method call from variable access
(function_expression_body
(identifier) @function)

Expand Down Expand Up @@ -99,10 +97,6 @@
(identifier) @function)
(setter_signature
name: (identifier) @function)
(enum_declaration
name: (identifier) @type)
(enum_constant
name: (identifier) @method)
(type_identifier) @type

((scoped_identifier
Expand Down

0 comments on commit 6da4647

Please sign in to comment.