Add docker-compose language (#9661)

* languages: add docker-compose language

it uses docker-compose-langserver as lsp
And yaml for syntax highlighting, indents and injections

* languages: add luajit as a shebang of lua

This helps to provide syntax highlighting and
other lua goodies when writing luajit

* book(update): run cargo xtask docgen

* since #8006 full filenames uses glob
This commit is contained in:
Malpha 2024-02-18 23:19:44 +00:00 committed by GitHub
parent b950dea003
commit c72426cc87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 1 deletions

View file

@ -30,6 +30,7 @@
| devicetree | ✓ | | | |
| dhall | ✓ | ✓ | | `dhall-lsp-server` |
| diff | ✓ | | | |
| docker-compose | ✓ | | ✓ | `docker-compose-langserver` |
| dockerfile | ✓ | | | `docker-langserver` |
| dot | ✓ | | | `dot-language-server` |
| dtd | ✓ | | | |