Page 1 of 1

FIXED: SymbolWords not highlighting correctly

Posted: 30 Oct 2022 19:30
by HSeldon
SymbolWords uses wrong highlight color.
I added "SymbolWordsA={ }" to Syntax (.syx) file.
"Symbal words A" is shown in the highlighter, however, the actual highlight color used is the one for "Block" instead of "Symbol words A".
I used a freshly downloaded rj-portable.exe with no changes to settings. I only modified the CSS syntax file as noted above.

Version 15.64, portable
Win10 64-bit

Thank you, Rickard, for all your hard work on this and on MPad as well. They are both awesome!

Re: SymbolWords not highlighting correctly

Posted: 30 Oct 2022 20:01
by Rickard Johansson
{ and } define a block in CSS - so that would be correct. They should use the block color and not symbol colors.

Re: SymbolWords not highlighting correctly

Posted: 31 Oct 2022 00:41
by HSeldon
Sorry, I should have used a different language for testing.
Yes, it is working correctly now. Thanks again!

Will this carry over to MPad as well, since they use the same syntax files?