mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
lsp: Add signatures to hover docs
This commit is contained in:
parent
b2b50c6288
commit
d7a8a21b8e
2 changed files with 63 additions and 10 deletions
|
@ -27,7 +27,7 @@ from .utils import lazy_prop
|
|||
# To speed up parsing, we ignore all tags except these
|
||||
PARSE_GIR = set([
|
||||
"repository", "namespace", "class", "interface", "property", "glib:signal",
|
||||
"include", "implements"
|
||||
"include", "implements", "type", "parameter", "parameters",
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue