From 27c9b32b9a878bfe480ad98e7b5b57f67d98e0c6 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Thu, 29 Jan 2026 12:32:06 +0100 Subject: [PATCH] base: more coloring keywords --- base/assets/text_coloring.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/assets/text_coloring.json b/base/assets/text_coloring.json index c73b7e0e..8b5ae384 100644 --- a/base/assets/text_coloring.json +++ b/base/assets/text_coloring.json @@ -4,7 +4,7 @@ { "color": 4294627760, "start": ["'"], "end": "'", "separated": false }, { "color": 4284384616, "start": ["//"], "end": "\n", "separated": false }, { "color": 4288038789, "start": ["#pragma", "#include", "#ifdef", "#ifndef", "#undef", "#else", "#elif", "#define", "#if", "defined", "#endif"], "end": "", "separated": true }, - { "color": 4291204550, "start": ["void", "const", "extern", "char", "bool", "float", "double", "unsigned", "for", "while", "if", "else", "NULL", "null", "var", "let", "type", "typedef", "struct", "static", "enum", "int", "function", "true", "false", "return"], "end": "", "separated": true }, + { "color": 4291204550, "start": ["void", "const", "extern", "char", "string", "bool", "float", "double", "unsigned", "f32", "i32", "u32", "i16", "u16", "u8", "for", "while", "if", "else", "NULL", "null", "var", "let", "type", "typedef", "struct", "static", "enum", "int", "function", "true", "false", "return"], "end": "", "separated": true }, { "color": 4289117513, "start": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"], "end": "", "separated": true }, { "color": 4287269514, "start": ["=", "(", ")", "<", ">", "[", "]", "{", "}", ";", "-", "+", "/", "*", "@", "#", "$", "%", ":", ",", ".", "&", "!", "?"], "end": "", "separated": false } ],