Skip to content

Commit 6da4647

Browse files
authored
Merge pull request #68 from matthewnitschke/fixed_bad_merge
Resolved issue caused from bad merge
2 parents 923fbe0 + 8451dc7 commit 6da4647

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

queries/highlights.scm

-6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
; --------------------
55
(super) @function
66

7-
; TODO: add method/call_expression to grammar and
8-
; distinguish method call from variable access
97
(function_expression_body
108
(identifier) @function)
119

@@ -99,10 +97,6 @@
9997
(identifier) @function)
10098
(setter_signature
10199
name: (identifier) @function)
102-
(enum_declaration
103-
name: (identifier) @type)
104-
(enum_constant
105-
name: (identifier) @method)
106100
(type_identifier) @type
107101

108102
((scoped_identifier

0 commit comments

Comments
 (0)