mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
lsp: Add reference documentation on hover
For most constructs and keywords, show the relevant section of the reference documentation on hover.
This commit is contained in:
parent
b107a85947
commit
e19975e1f8
28 changed files with 326 additions and 21 deletions
|
@ -9,3 +9,11 @@ custom_target('docs',
|
|||
)
|
||||
|
||||
endif
|
||||
|
||||
custom_target('reference_docs.json',
|
||||
output: 'reference_docs.json',
|
||||
command: [meson.current_source_dir() / 'collect-sections.py', '@OUTPUT@'],
|
||||
build_always_stale: true,
|
||||
install: true,
|
||||
install_dir: py.get_install_dir() / 'blueprintcompiler',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue