Compare commits

..

No commits in common. "d07d8f62f03a313cfcf55feb3797e4cbda8d08a5" and "5c38b357da7e8c870350cd1847fb5b2602a28eb0" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -183,10 +183,7 @@
- Added [Selenen](https://github.com/kampfkarren/selene) for more diagnostics in - Added [Selenen](https://github.com/kampfkarren/selene) for more diagnostics in
`languages.lua`. `languages.lua`.
- Added [`mdformat`](https://mdformat.rtfd.io/) support to `languages.markdown` - Added [`mdformat`](https://mdformat.rtfd.io/) support to `languages.python`.
with the extensions for [GFM](https://github.github.com/gfm/),
[front matter](https://www.markdownlang.com/advanced/frontmatter.html) and
[footnotes](https://www.markdownguide.org/extended-syntax/#footnotes).
- Added XML syntax highlighting, LSP support and formatting - Added XML syntax highlighting, LSP support and formatting

View file

@ -61,7 +61,6 @@
mdformat mdformat
mdformat-gfm mdformat-gfm
mdformat-frontmatter mdformat-frontmatter
mdformat-footnote
])) "mdformat"; ])) "mdformat";
}; };
}; };