Hi, I’m trying to have a syntax highlight in my code area. When I do
TextModel new
beForCode;
openWithSpec
and type a code there, nothing is highlighted. any ides why?
aboutToStyle: true
(don't ask me why)
And due to the way rubric handles text changes, all this is really ugly and difficult, if you want to change how the styler interprets the code, either as "workspace code" or "method code".
Also where should I look if I want to use a custom SHTextStyler?