mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-06 16:56:00 +00:00
Compare commits
2 commits
5c38b357da
...
d07d8f62f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d07d8f62f0 |
||
|
|
e36772e87d |
2 changed files with 5 additions and 1 deletions
|
|
@ -183,7 +183,10 @@
|
||||||
- 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.python`.
|
- Added [`mdformat`](https://mdformat.rtfd.io/) support to `languages.markdown`
|
||||||
|
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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@
|
||||||
mdformat
|
mdformat
|
||||||
mdformat-gfm
|
mdformat-gfm
|
||||||
mdformat-frontmatter
|
mdformat-frontmatter
|
||||||
|
mdformat-footnote
|
||||||
])) "mdformat";
|
])) "mdformat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue