aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/cli/ghdl-ls
Commit message (Collapse)AuthorAgeFilesLines
* pyGHDL: rename ghdl-ls to lsp.pyTristan Gingold2021-01-041-141/+0
|
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-311-0/+34
|
* Fixed language server.Patrick Lehmann2020-12-291-8/+8
|
* Fixed typo in 'ghdl-ls'.Patrick Lehmann2020-12-281-1/+1
|
* pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py'umarcor2020-12-271-3/+106
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+4
* Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'.