Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

QQuestion: 
Hello, I am trying to create syntax highlighting for EXACT matches in Xshell 6. In 'Highlight Sets' then add keyword, I can use the keyword 'DOWN' If I want to Highlight the keyword ‘DOWN’ so I create this keyword in Highlight Sets, but it is not an exact match. I try to use regular expression ^DOWN$, but it does not that doesn’t work either.

How do I create exact match syntax highlighting?

AAnswer:
Try exact matching of regular expressions. The next following keyword in the "keyword to highlight" field would work.

...

Xshell's highlight system uses the Perl compatible DEELX engine. Knowing With this information, you can find several resources for the detailed usage of our highlight set feature.

...