Skip to content

Commit

Permalink
Merge pull request #4 from nvim-neorocks/fix-selector
Browse files Browse the repository at this point in the history
fix: updates diagnostics
  • Loading branch information
mrcjkb authored Aug 6, 2024
2 parents abb082e + 7e16ca5 commit 4eb299d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/rocks-edit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rocks-edit.diagnostic.Selector *rocks-edit.diagnostic.Selector*


rocks-edit.Diagnostic *rocks-edit.Diagnostic*
|"name"
|"key"
|"value"
|number

Expand Down
2 changes: 1 addition & 1 deletion lua/rocks-edit/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end
---@alias rocks-edit.diagnostic.Type vim.diagnostic.Severity

---@alias rocks-edit.diagnostic.Selector
---|"name"
---|"key"
---|"value"
---|number

Expand Down

0 comments on commit 4eb299d

Please sign in to comment.