mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-06 23:58:48 +00:00
pre- and post- comment parsing for nodes
This commit is contained in:
@@ -351,6 +351,10 @@ struct MD_Node
|
||||
MD_String8 whole_string;
|
||||
MD_u64 string_hash;
|
||||
|
||||
// Comments.
|
||||
MD_String8 comment_before;
|
||||
MD_String8 comment_after;
|
||||
|
||||
// Source code location information.
|
||||
MD_String8 filename;
|
||||
MD_u8 *file_contents;
|
||||
|
||||
Reference in New Issue
Block a user