Skip to content

Commit

Permalink
Put version on spellchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 18, 2023
1 parent 82970dc commit b73387a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions language_servers/markdown-spellcheck-lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ in

common.writeTextDirWithMeta hunspell.meta "lib/codedown/language-servers/codedown-spellchecker.yaml" (lib.generators.toYAML {} [{
name = "spellchecker";
version = "1.1.0";
extensions = ["md" "ipynb"];
attrs = ["markdown"];
type = "stream";
Expand Down

0 comments on commit b73387a

Please sign in to comment.