Community
    • Login

    How can I highlight all functions in Python?

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 3 Posters 1.7k 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.
    • Shu-Ting PiS
      Shu-Ting Pi
      last edited by

      In python, all function must be called in this way: func(a=3, b=2) or test.func(a=3, b=2)
      Apparently, any words before a “( )” is a function.

      How can I let notepad++ to highlight a function in Python?

      Claudia FrankC Scott SumnerS 2 Replies Last reply Reply Quote 0
      • Claudia FrankC
        Claudia Frank @Shu-Ting Pi
        last edited by Claudia Frank

        @Shu-Ting-Pi

        I assume you are referring to the function call, not the function definition, correct?
        If so, short answer - you can’t if you use the builtin lexer.

        The only way to make this happen is to write your own python lexer or use an plugin
        like ScintilluaPlusPlus or python script plugin together with pygments module.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • Scott SumnerS
          Scott Sumner @Shu-Ting Pi
          last edited by

          @Shu-Ting-Pi

          You could use the Mark feature along with a regular expression that would highlight these function calls, but it wouldn’t be automatic…meaning that you would have to “refresh” it occasionally…

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