Releases: artempyanykh/marksman
Releases · artempyanykh/marksman
2022-05-27
core: Add hover for inline links
2022-05-23
misc: Rename Document -> Doc
2022-05-09
vscode: Workaround a bug in vscode language client preventing server …
2022-05-06
core: Implement some bits for VSCode extension
2022-05-05
--amend
2022-03-26
misc: Document `cargo install` installation option
2021-08-22
ls: Support workspace change folder notification This allows to update the list of folders in the workspace automatically.
2021-08-11
build: bump version to 0.1.2
2021-04-05
Update README
2021-04-02
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.