#479 moved parse logic to lang config

This commit is contained in:
BADIM-PC\Vadim
2017-12-23 18:19:51 +03:00
parent 210ce3971b
commit 6bb605e640
8 changed files with 218 additions and 187 deletions

View File

@@ -77,15 +77,9 @@ typedef struct
struct
{
tic_code_theme syntax;
u8 bg;
u8 string;
u8 number;
u8 keyword;
u8 api;
u8 comment;
u8 sign;
u8 var;
u8 other;
u8 select;
u8 cursor;
bool shadow;