aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/symbols.py
Commit message (Collapse)AuthorAgeFilesLines
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-1/+1
|
* pyGHDL/lsp: fix after renamingTristan Gingold2022-07-221-1/+1
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-3/+1
|
* lsp/symbols.py: handle simultaneous null statement.Tristan Gingold2021-07-221-0/+1
|
* Removed duplicate keys in dictionary.Patrick Lehmann2021-06-171-2/+0
| | | | (cherry picked from commit 2ab737115eb3fe650cfc559fd3f5a9a3ef9656e7)
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+177
* 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'.