WIP: LSP: highlight selected element in the preview

This commit is contained in:
Olivier Goffart 2022-11-16 16:22:52 +01:00 committed by Olivier Goffart
parent 1e23f3c34f
commit 1884750960
10 changed files with 422 additions and 13 deletions

View file

@ -33,7 +33,7 @@ pub mod parser;
pub mod typeloader;
pub mod typeregister;
mod passes;
pub mod passes;
/// Specify how the resources are embedded by the compiler
#[derive(Clone, Copy, Debug, Eq, PartialEq)]