Skip to content

Commit

Permalink
feat: Add config for swift test watching. (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmurray8 authored Dec 27, 2024
1 parent 55aedb9 commit 4cdddec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/neotest/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,11 @@ local default_config = {
((identifier) @symbol)
])]))
]],
swift = [[
;query
;import
(simple_identifier) @symbol
]],
haskell = [[
;query
;explicit import
Expand Down

0 comments on commit 4cdddec

Please sign in to comment.