• Login
Community
  • Login

Highlight keyword followed by space

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
3 Posts 2 Posters 361 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G
    Galizza1
    last edited by Galizza1 Oct 23, 2022, 4:54 AM Oct 23, 2022, 3:48 AM

    Hi, i like to know how i can configure Notepad++ to highlight in red any keyword that is followed by a space. This is an example of this highlight.

    For this example _ = Space

    Keyword                  No highlighted   
    Keyword,                 No highlighted
    Keyword,_AAAA            No highlighted
    Keyword_                 Red highlighted
    Keyword_AAAA             Red highlighted
    
    

    So any keyword followed by a space will be always highlighted in red color. I hope i explained myself properly, thanks

    P 1 Reply Last reply Oct 23, 2022, 9:42 PM Reply Quote 0
    • P
      PeterJones @Galizza1
      last edited by Oct 23, 2022, 9:42 PM

      @Galizza1 ,

      You might want to give EnhanceAnyLexer plugin a try. You could set up a regex that looks for one of your keywords followed by a space, and changes the foreground color.

      plain text file:

          Bright Empires  2018
          Byzantium       2017
          Celtic Crusades 2017
          Avalon          2015
          Pendragon       2014
      

      EnhanceAnyLexer excerpt:

      [normal text]
      0x0000FF = (Pendragon|Crusade|Empires)\x20
      

      cbf26475-020e-4fd9-8868-34a614cceb6a-image.png

      “Pendragon” and “Empires” are highlighted red because the regex (which uses \x20 to indicate the trailing space) match, but the Crusades doesn’t match because there isn’t a space after the e

      G 1 Reply Last reply Oct 24, 2022, 9:33 AM Reply Quote 2
      • G
        Galizza1 @PeterJones
        last edited by Oct 24, 2022, 9:33 AM

        @PeterJones

        Thanks

        1 Reply Last reply Reply Quote 0
        3 out of 3
        • First post
          3/3
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors