Added padding type to pattern language

This commit is contained in:
WerWolv
2020-11-20 21:59:27 +01:00
parent 48296775ae
commit 57dcf6cc93
6 changed files with 38 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ namespace hex {
static const char* const builtInTypes[] = {
"u8", "u16", "u32", "u64", "u128",
"s8", "s16", "s32", "s64", "s128",
"float", "double"
"float", "double", "padding"
};
for (auto& k : builtInTypes) {
TextEditor::Identifier id;