dcermak / rpm-spec-language-server

Language Server for RPM spec files
GNU General Public License v2.0
21 stars 4 forks source link

Integration with tree-sitter #217

Open dcermak opened 3 months ago

dcermak commented 3 months ago

@cryptomilk created https://gitlab.com/cryptomilk/tree-sitter-rpmspec, which could be used to construct something like an AST or at least get a list of tokens.

This could be also extended even more, to integrate bash-ls with this language server and get proper bash completion inside the spec file