Hi there, my project uses bidimensional arrays to define the labyrinth of each level, like this:

Until now I used EmEditor, an external editor from Code::Blocks. Now I want to read the array from a .txt or .map file and highlight the text as I did in EmEditor.
But when I go to Settings -> Editor -> Syntax Highlighting -> Plain text, I can't define that certain numbers are highlighted in yellow, to see the labyrinth structure like I did with EmEditor.
I would like to drop EmEditor and do all the work for my project in Code::Blocks. Is this possible?
Thanxxx