Skip to content

Releases: artempyanykh/marksman

2022-05-27

27 May 17:30
Compare
Choose a tag to compare
core: Add hover for inline links

2022-05-23

23 May 11:30
Compare
Choose a tag to compare
misc: Rename Document -> Doc

2022-05-09

09 May 12:20
Compare
Choose a tag to compare
vscode: Workaround a bug in vscode language client preventing server …

2022-05-06

06 May 12:33
Compare
Choose a tag to compare
core: Implement some bits for VSCode extension

2022-05-05

05 May 20:42
Compare
Choose a tag to compare
--amend

2022-03-26

26 Mar 18:29
Compare
Choose a tag to compare
misc: Document `cargo install` installation option

2021-08-22

22 Aug 14:52
Compare
Choose a tag to compare
ls: Support workspace change folder notification

This allows to update the list of folders in the workspace
automatically.

2021-08-11

11 Aug 21:21
Compare
Choose a tag to compare
build: bump version to 0.1.2

2021-04-05

05 Apr 10:51
Compare
Choose a tag to compare
Update README

2021-04-02

02 Apr 15:46
Compare
Choose a tag to compare
Fix ignore patterns

The problem is that glob looks for a "full match" while git ignore is OK
with a "partial match".

Adding a "catch-all" tail for all patterns should be OK, probably.