Helping out sublime indexing

This commit is contained in:
Krzosa Karol
2022-09-27 15:15:23 +02:00
parent d39686c480
commit 094b10576e
4 changed files with 24 additions and 9 deletions

View File

@@ -385,7 +385,8 @@ string_to_upper_case(Allocator *arena, String s) {
return copy;
}
FLAG32(MatchFlag){
typedef U32 MatchFlag;
enum {
MatchFlag_None=0,
MatchFlag_FindLast=1,
MatchFlag_IgnoreCase=2,