aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* pyGHDL: move 'lsp/main.py' to 'cli/ghdl-ls.py'umarcor2020-12-271-0/+23
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+0
* 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'.