basic highlighting flow using MarkupNodes

This commit is contained in:
Anton-4 2022-03-04 20:19:05 +01:00
parent 853badf777
commit 37704323b1
No known key found for this signature in database
GPG key ID: C954D6E0F9C0ABFD
16 changed files with 269 additions and 301 deletions

View file

@ -4,3 +4,4 @@ pub mod convert;
pub mod nodes;
pub mod top_level_def;
pub mod mark_id_ast_id_map;
pub mod ast_context;