mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-12 15:58:58 +00:00
languages/docker: map dockercompose to yaml for treesitter
This commit is contained in:
parent
7fca440370
commit
41cc9f73e5
2 changed files with 8 additions and 3 deletions
|
|
@ -355,9 +355,6 @@
|
|||
more flexibility in nvf and reuse of LSPs across languages. Dropped
|
||||
`deprecatedSingleOrListOf` in favor of `listOf` for the affected LSP options.
|
||||
|
||||
- Added {option}`vim.lsp.presets.docker-language-server.enable` for Docker
|
||||
support.
|
||||
|
||||
- Added {option}`vim.lsp.presets.angular-language-server.enable` for Angular
|
||||
Template support.
|
||||
|
||||
|
|
@ -385,6 +382,11 @@
|
|||
[poseidon-rises](https://github.com/poseidon-rises) for creating most of it in
|
||||
[!1104](https://github.com/NotAShelf/nvf/pull/1104).
|
||||
|
||||
- Added {option}`vim.lsp.presets.docker-language-server.enable` for Docker
|
||||
support.
|
||||
|
||||
- Mapped `dockercompose` to be highlighted by treesitter as `yaml`.
|
||||
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue