Community
    • Login

    Need to define more than 8 delimiters in my UDL.

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 3 Posters 351 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.
    • s p5S
      s p5
      last edited by

      Hi,

      I am coming from this website where I read “Just like in case of keywords, number of delimiter lists has been expanded to eight (as suggested by Don), if more is needed, please state so in discussion on Notepad++ forum.”

      So, do you know if there is a mean to get at least 10 (or more!) delimiters in my User Defined Language?

      Thanks ;)

      Samuel.

      PeterJonesP EkopalypseE 2 Replies Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @s p5
        last edited by

        @s-p5 ,

        Not natively. And the UDL issues in the issue-tracker are notoriously not handled, so I doubt that putting in a feature request would help.

        You can add extra highlighting to a builtin lexer (like the HTML lexer) or to a User Defined Language (UDL) using regexes via the script EnhanceAnyLexer.py that @Ekopalypse shares in his github repo. So you could add in your extra 2 (or more!) keyword types in regexes in that script.

        1 Reply Last reply Reply Quote 2
        • EkopalypseE
          Ekopalypse @s p5
          last edited by

          @s-p5

          Just to make sure this was not overlooked, you can use multiple characters in a delimiter if desired.

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