Hello, is it possible to complement syntax highlighting in Notepad ++, for example, to add JQuery functions to JS

    1 answer 1

    Maybe. How to do it is not badly described on Habrahabr

    • I read this article, and the one to which the author of the post referred, but there they create their own syntax everywhere. And I would like to expand the ready-made JS - Jarry Roxwell
    • There are two options: find a file with syntax online, or write it yourself, taking into account native javascript and jQuery. - A pogromist engineer
    • one
      @Jarry Roxwell copy the XML for JavaScript (located in the API folder) and add jQuery methods and keywords to it. It is only necessary to sort then alphabetically. After you finish editing the placeholder is the original file. - XelaNimed