I am creating a language file for Forth which supports any chars in keywords, so I wanted to mark such keywords as 'ABORT"', '."' etc. But no highlighting appears, as for REGEXPs with quotes. See lang file attached
page ( -- ) 27 emit ." [2J" 27 emit ." [0;0H" ; abort" error!"
Log in to post a comment.
page ( -- ) 27 emit ." [2J" 27 emit ." [0;0H" ;
abort" error!"