Skip to content

Commit

Permalink
feat(watch): java symbol query (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcasia authored Jun 9, 2024
1 parent 6f35d79 commit a196f69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/neotest/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,13 @@ local default_config = {
((constructor) @symbol)
((operator) @symbol)
]],
java = [[
;query
;captures imported classes
(import_declaration
(scoped_identifier name: ((identifier) @symbol))
)
]],
},
filter_path = nil,
},
Expand Down

0 comments on commit a196f69

Please sign in to comment.