Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

User defined language file for Notepad++ ?

I was looking for the same thing today, and Rod Jamieson was kind enough to send me a UDL file which he created many years ago. I've attached it here, although with some minor modifications. One is that I am used to starting comments with '::' (without the quotes), which is quicker to write than REM and is also less messy in the layout. Therefore I added this token to the comment section. Anyway, hope this works for you too.
 

Attachments

  • userDefineLang.zip
    2 KB · Views: 373
Most of the syntax coloring work now correct. I just added a "%" (in prefix mode) to keyword group 5, to allow to colorize variables. One thing on the other hand is not working. If a internal function or a variable is prefixed by a character or number, it is not recognised as a function or variable any more. See attached example. I also attached my current definitions file (as .txt; .xml is not allowed).

Thanks for any help!
 

Attachments

  • test_tcc.png
    test_tcc.png
    6.1 KB · Views: 324
  • userDefineLang.txt
    7.3 KB · Views: 331

Similar threads

Back
Top