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
|
@ -2,13 +2,13 @@ project('blueprint-compiler',
|
|||
version: '0.14.0',
|
||||
)
|
||||
|
||||
subdir('docs')
|
||||
|
||||
prefix = get_option('prefix')
|
||||
datadir = join_paths(prefix, get_option('datadir'))
|
||||
|
||||
py = import('python').find_installation('python3')
|
||||
|
||||
subdir('docs')
|
||||
|
||||
configure_file(
|
||||
input: 'blueprint-compiler.pc.in',
|
||||
output: 'blueprint-compiler.pc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue