First off I am really liking the LSP integration but now it is time to extend that. I am looking to clone the YAML Language Module into an "Ansible" Language Module and pair it with an LSP. Ansible uses YAML files and I have been perfectly happy with YAML Language Module. Unfortunately, my brain has been poisoned by the LSP so now I want to implement the Ansible LSP. Since the YAML language format is perfectly fine, I was thinking I could simply clone the YAML Language Module.
So my questions are this:
1. can I duplicate the YAML language Module? (where are the delivered modules stored?)
2. can a "Language" use multiple LSPs? IE, I would like to continue with the newly implemented YAML LSP and add the Ansible LSP on my newly minted Ansible Language Module.
Thanks Folks,
dp