AB,
If you look at the top left of the image is has the colors on the SB-Prime Text Editor, I only added the Aliases window in the image so you could see the aliases I was using - "GWin.BgCol".
I can see the issue using ГрафикаОкно for GraphicsWindow - will look into it - turns out this is known issue that has been fixed before!
If you go to the Advanced->Options window and add "а-яА-ЯёЁ" (no quotes) to the Variable Regex box the Regex used to identify words for the lexer can also find Cyrilic characters. Maybe restart SB-Prime after doing this.
EDIT
Uploaded an update to SB-Prime that should allow the same to be used for other non European languages. I tested and Hindi for example seems to work with "\u0900-\u097F", again no quotes. For any other language, try googling - Regex 'your language'. Arabic seems to be "\u0621-\u064A". Regex character match strings can actually be combined by just concatenation, I was testing the three above with "а-яА-ЯёЁ\u0900-\u097F\u0621-\u064A".
If you look at the top left of the image is has the colors on the SB-Prime Text Editor, I only added the Aliases window in the image so you could see the aliases I was using - "GWin.BgCol".
I can see the issue using ГрафикаОкно for GraphicsWindow - will look into it - turns out this is known issue that has been fixed before!
If you go to the Advanced->Options window and add "а-яА-ЯёЁ" (no quotes) to the Variable Regex box the Regex used to identify words for the lexer can also find Cyrilic characters. Maybe restart SB-Prime after doing this.
EDIT
Uploaded an update to SB-Prime that should allow the same to be used for other non European languages. I tested and Hindi for example seems to work with "\u0900-\u097F", again no quotes. For any other language, try googling - Regex 'your language'. Arabic seems to be "\u0621-\u064A". Regex character match strings can actually be combined by just concatenation, I was testing the three above with "а-яА-ЯёЁ\u0900-\u097F\u0621-\u064A".