Skip to content

Commit

Permalink
📝 Update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 10, 2023
1 parent 5449ea4 commit be5fca4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,19 @@ A language server for zathura's zathurarc.
- [x] argument
- [x] included path

![Diagnostic](https://github.com/Freed-Wu/zathura-language-server/assets/32936898/45b75d73-d8ec-42b6-881e-8255e3a4f6b1)
## Diagnostic

![Document hover](https://github.com/Freed-Wu/zathura-language-server/assets/32936898/1399c992-9dfc-4b7f-9640-a66f0dff5432)
![diagnostic](https://github.com/Freed-Wu/zathura-language-server/assets/32936898/f30764f0-afae-4f1b-a966-fc9eaabdafa7)

![Completion](https://github.com/Freed-Wu/zathura-language-server/assets/32936898/5dfc602d-3089-4c85-8b8c-5e7ca2738c66)
## Document hover

![document hover](https://github.com/Freed-Wu/zathura-language-server/assets/32936898/1399c992-9dfc-4b7f-9640-a66f0dff5432)

## Completion

![option](https://github.com/Freed-Wu/zathura-language-server/assets/32936898/5dfc602d-3089-4c85-8b8c-5e7ca2738c66)

![function](https://github.com/Freed-Wu/zathura-language-server/assets/32936898/45b75d73-d8ec-42b6-881e-8255e3a4f6b1)

See
[![readthedocs](https://shields.io/readthedocs/zathura-language-server)](https://zathura-language-server.readthedocs.io)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
platformdirs
pygls
# get_completion_list_by_enum()
tree-sitter-lsp >= 0.0.8
tree-sitter-lsp >= 0.0.9
tree-sitter-zathurarc >= 0.0.3
webcolors

0 comments on commit be5fca4

Please sign in to comment.