Remy Suen
Remy Suen
@jin-ahn Thanks for sharing your file. I copied your file and opened it on my [online demo site](https://rcjsuen.github.io/dockerfile-language-service) and the syntax highlighting seems okay there... 🤔
> > @jin-ahn Thanks for sharing your file. I copied your file and opened it on my [online demo site](https://rcjsuen.github.io/dockerfile-language-service) and the syntax highlighting seems okay there... 🤔 > >...
Hi @thepenguinthatwants, thank you for your interest in this project! Due to the presence of a [YAML language server](https://github.com/redhat-developer/yaml-language-server) and my day job, adding support for Docker Compose is not...
Looks like Microsoft is working on a language server in the [microsoft/compose-language-service repository](https://github.com/microsoft/compose-language-service).
@andrewrynhard Which LSP client are you using? This feature should already be supported.
> I must be missing something? I don't see how to do this. @andrewrynhard The LSP client is responsible for calling the language server with the relevant parameters. I think...
@luisfelipemourapereira Thank you for your interest in contributing to our documentation. Let me think about how I want this structured and then I’ll get back to you.
@luisfelipemourapereira Could you add a new `### Neovim` section under `## Installation Instructions` in `README.md`? 1. Include `Fix #234` in the header of your Git commit message. 2. Commit with...
@rickywu For starters, have you installed `npm` on your machine?
@rickywu Thank you for sharing your solution!