Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    how to associate language with filename+extension

    General Discussion
    2
    2
    2323
    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.
    • Jean-Luc Picard
      Jean-Luc Picard last edited by

      I am trying to get N++ to recognize files with this pattern as javascript files:

      _js.php
      

      so the file could be something like:

      global_includes_js.php
      

      or

      my_awesome_stuff_js.php
      

      I found this thread: http://superuser.com/questions/413524/how-do-i-get-notepad-to-associate-a-file-type-with-a-language

      and tried it but it didn’t work. I tried both restarting N++ and reopening the files.

      Is it possible to match the end of the filename and the extension, or can it only match the extension?

      1 Reply Last reply Reply Quote 0
      • MAPJe71
        MAPJe71 last edited by

        Use something like

        example1.js-php
        

        or

        example2.js_php
        

        and associate that extension (i.e. exclud leading dot) with JavaScript using the instructions of the aforementioned superuser.com thread.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors