Skip to content

Releases: markdoc/language-server

0.0.13

28 Apr 19:06
Compare
Choose a tag to compare

What's Changed

  • Fix bug with overriding options object by @addisonj in #19

New Contributors

Full Changelog: 0.0.12...0.0.13

0.0.12

10 Apr 16:41
a4ba348
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.11...0.0.12

0.0.11

20 Oct 21:33
8baf207
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.10...0.0.11

0.0.10

17 Oct 13:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.9...0.0.10

0.0.9

25 Aug 13:35
Compare
Choose a tag to compare
  • Updates the language server to use Markdoc 0.3.2

0.0.8

17 Aug 20:53
f947f24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.7...0.0.8

0.0.7

19 Jul 17:04
Compare
Choose a tag to compare

What's Changed

  • Improved autocomplete and enabled schema customization by @rpaul-stripe in #8

Full Changelog: 0.0.6...0.0.7

0.0.6

17 Jul 18:19
b730e8d
Compare
Choose a tag to compare

What's Changed

  • Automatically updates preview on save and makes custom language server loading more robust by @rpaul-stripe in #7
    Full Changelog: 0.0.5...0.0.6

0.0.5

29 Jun 17:34
0682ed3
Compare
Choose a tag to compare

What's Changed

  • Updates the language server to use Markdoc 0.3.0
  • Makes the formatting provider respect Markdoc parsing configuration
  • Modifies the formatting provider test cases to account for the parser retaining the list symbol
  • Adds support for enabling slots

Full Changelog: 0.0.4...0.0.5

0.0.4

15 Jun 20:54
Compare
Choose a tag to compare
  • Introduces a dedicated "markdoc" language identifier that is used instead of identifying Markdoc content as Markdown. This helps us avoid conflicts with Visual Studio Code's built-in Markdown language server. Note that this change requires users to either adopt a specialized file extension for Markdoc content (we support .markdoc, .markdoc.md, or .mdoc) or add a files.associations mapping for *.md files. Refer to the relevant section of the README for more details. (#4)
  • Adds a selection range provider that supports using the shrink and expand selection feature to highlight Markdoc tag content (#3)
  • Fixes a bug that resulted in invalid content ranges throwing errors for linked editing and other features when operating on a malformed document (#5)